We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data: [ {value: 0, label: 'Valid'} {value: 1, label: 'Redeemed'} {value: 2, label: 'Out'} {value: 3, label: 'Revoked'} {value: 4, label: 'Transferred'} {value: 7, label: 'Unconfirmed'} ]
Breaks on line 2538: options_tmp += "<option value=\"" + column_data[ii].value.replace(/"/g, '"') + "\">" + column_data[ii].label + "</option>";
options_tmp += "<option value=\"" + column_data[ii].value.replace(/"/g, '"') + "\">" + column_data[ii].label + "</option>";
VM32781:1 Uncaught TypeError: column_data[ii].value.replace is not a function(…)
The text was updated successfully, but these errors were encountered:
Please provide a js playground test page with this issue
Sorry, something went wrong.
bug fixed: Cannot set value of data object to a number
6c2b18a
#346
fixed in 0.9.1.beta.3
No branches or pull requests
Breaks on line 2538:
options_tmp += "<option value=\"" + column_data[ii].value.replace(/"/g, '"') + "\">" + column_data[ii].label + "</option>";
VM32781:1 Uncaught TypeError: column_data[ii].value.replace is not a function(…)
The text was updated successfully, but these errors were encountered: