dc-js / dc.datatables.js

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

Allows passing of additional options to datatable #4

Closed jackcrymble closed 5 years ago

jackcrymble commented 5 years ago

Proposed enhancement for further customization to dc.datatables

Initial suggestion: https://github.com/dc-js/dc.datatables.js/issues/3#issuecomment-428902171

Full list of options can be found here: https://datatables.net/reference/option/

gordonwoodhull commented 5 years ago

This is great, thanks @jackcrymble!

I converted to ES5 and applied the changes to src/ rather than the generated file. Manually tested using the initComplete callback.

Merged for 0.0.7