Search
43854 results 17881-17890
Forum
- 29th Sep 2016Color not applying for the next page in pagination.You need to use the DataTables API to get all the rows in the table - rows().nodes() for example. Or run your link of colour changing code in drawCallback. Allan
- 28th Sep 2016Custom Search using DataTable API issueI solved it by initializing the table every time one comes to the page. Thank you
- 28th Sep 2016Adding export to pdf csv excel etc. to dataTables not workingAnd if I am still using DataTools? This is working perfectly on my other sites with me just including the dataTable-tools in the class of the table.
- 28th Sep 2016Add additional CSS to length dropdown select?Is there a way to add a custom CSS to the datatable length dropdown menu? Use $('div.dataTables_length select').addClass( ... ); once the table has been created (in initComplete if you are Ajax loading the data). Allan
- 28th Sep 2016rowReorder not submitting ajax for reordera reorder in another table and therefore I need
- 28th Sep 2016Script Support for Small ScreensIn the WP thread you say: the fixed header scrolls at a different rate than the rest of the table; rendering mislabeled columns. Can you show me a screenshot of that - I'm not quite getting it. Allan
- 28th Sep 2016Tables ordering with row recorderSorry, I misslead you. I mean I don't want user to change the table ordering field other than "dorder" I also need table only order by "dorder" field.
- 27th Sep 2016Can I Open a StandAlone Editor instance on a record's Foreign Key?fields from the joined table as part of the
- 27th Sep 2016How to Render datatable into a different html element?a appendTo, on the table before initialize the DataTable
- 27th Sep 2016DataTables scrollX causing extra space at far right sideThanks Allan! That was perfect :smiley: Now my table is great!