Search
10712 results 5691-5700
Forum
- 9th Feb 2016How to change a column's "className" property?There is no option to change the columns.className option after initialisation. Would you need to use createdRow or rowCallback to add the classes as you require.
- 9th Feb 2016Responsive table with swipe functionalitytop or tablets, the initial view may show say
- 5th Feb 2016(Bootstrap) buttons() is empty when server-side processing is usedOh, I see. That works. Moving table.buttons().container().appendTo('#tblActivity_wrapper .col-sm-6:eq(0)'); into initComplete does the trick when initializing the buttons the usual way. Thank you!
- 5th Feb 2016Multiple tables, one Ajax source, different columnsRemember that Ajax is asynchronous! You would need to wait for the table1 data to be loaded before you can use it... You can use the initComplete callback on the first table to do that. Allan
- 5th Feb 2016IE 11 and Microsoft Edge browser slow renderingHere's a link to my initial reporting of the issue I found using it on IE11. http://datatables.net/forums/discussion/30198/performace-issue-with-autofill-version-2-0-0-vs-1-2-1-on-ie11#latest
- 4th Feb 2016Abide Validationis hook into the initComplete or open and add
- 4th Feb 2016Feature Request: Materialize CSSI recently committed initial support for Material Design (using MDL) into DataTables core. Feedback and PRs with improvements welcome! Allan
- 2nd Feb 2016[Feature request] Theme for Goggle's Material Design Lite (MDL)?For anyone following this discussion, I've just committed an initial integration for DataTables to operate with MDL. Allan
- 2nd Feb 2016Google Material Design theme for Datatables?For anyone following this discussion, I've just committed an initial integration for DataTables to operate with MDL. Allan
- 29th Jan 2016Create button with extra functionused. The initCreate and initEdit events are there for