dc-js / dc.datatables.js

integration of datatables.js with dc.js
Other
12 stars 10 forks source link

dc-datatables size() method #16

Open Tablel352 opened 3 years ago

Tablel352 commented 3 years ago

In the dc datatables example at https://dc-js.github.io/dc.datatables.js, changing the value in the .size() method does not change the default length (number of entries) of the datatable.

gordonwoodhull commented 2 years ago

Yes, it is just a stub currently.

I think you would need to set the corresponding option on the .dt() object. You might be able to do that using .options() so that options are set when the datatable initializes.