You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: