We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e929332 commit 846ddcdCopy full SHA for 846ddcd
dist/aha-table.html
@@ -769,6 +769,7 @@
769
searchplaceholder: undefined,
770
ready: function() {
771
if (this.dataset.choices) {
772
+ this.options = [];
773
var choices = JSON.parse(this.dataset.choices);
774
for(option in choices) {
775
this.options.push({'value': option, 'label': choices[option]});
src/aha-table.html
0 commit comments