Search
43918 results 17941-17950
Forum
- 29th Sep 2016How to pass an Ajax URL with params inside a ajax.url() method?the parameters of some table: var myParams = oTable.ajax.url.params (); If
- 29th Sep 2016Refresh ajax grid not workingmeaning the table init and the submit form methods are not in the same js block
- 29th Sep 2016How do I target "show entries" dropdownI have a standard table with all of its
- 29th Sep 2016Datatables very slowserver script for DB table tiere * Created by http://editor.datatables.net/generator
- 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