Search
-
Row Length Menu
by kthorngren ·The datatable docs show a config property that can be used to set the Datatable options like lengthMenu. -
ScrollX feature causing header and body columns to be misaligned
by kthorngren ·Looks like you chose BS 4 but did not perform the second step I mentioned above: -
ScrollX feature causing header and body columns to be misaligned
by kthorngren ·Looks like you are loading version 4.4.1 of bootstrap.css but version 5.3.3 of bootstrap.js. Probably should make these consistent. More importantly it doesn't look like you are loading the Datata… -
ScrollX feature causing header and body columns to be misaligned
by kjg520 ·Better example of the code. I don't know why it got so wonky. -
ScrollX feature causing header and body columns to be misaligned
by kjg520 ·Test Case: https://nbalegacyscore.com/scorebyage.php -
Paging Index Hiding Columns in Second Ajax Call
by kthorngren ·I updated the test case so it runs properly. First the server side doesn't like the "contentType": "application/json" as it is not processing the sent data and returning all the … -
Paging Index Hiding Columns in Second Ajax Call
by bluemoon2025 ·Hi, -
ColumnControl: Search icon not activated with Server Side processing
by Wernfried ·I tried the nightly build. It fixes the inactive icon, however the "Clear search" button still remains disabled. -
ColumnControl: Search icon not activated with Server Side processing
by Wernfried ·I use a datatable with ColumnControl and serverSide: true. -
How to migrate DataTables 1.10 select-checkbox to the new select extension
by ltdeta ·With dt 1.10.23 I am using a checkbox at first td as following -
Column width issues in DT 2.3.5
by palkitt ·Superb, Allan! Seems like all issues I came up with are solved by now. I also made a couple of test versions of my project (a live result service for sports) demonstrating the problem and the solved … -
Serverside table data returned from Editor PHP library is now always sorted by the 1st column.
by dabrolga ·I have a number of simple serverside tables on a couple of sites that have for many years returned the data from the Editor PHP library unsorted,. The data is ordered to my requirements by the MariaD… -
ColumnControl won't keep state of search if two searches are present
by allan ·For two different search inputs supported with state saving? You'd need to modify ColumnControl for it to be able to do that. -
Issue in datatable multiple fixed headers
by Uvindu ·Code -
class
by kthorngren ·Whether possible to add other functions like createdRow / drawCallback / etc. etc. as a standalone method without changing the above initialization method ? -
class
by k-george ·Hi, -
How to change table columns dynamically
by mthaddon ·Awesome, thanks! Not sure how I missed that. What I've changed to get it working is from this: -
class
by kthorngren ·First your test case isn't running as you expect. This error is showing in the browser's console: -
class
by k-george ·Hi, -
How to remove shift-key requirement for multicolumn sorting?
by allan ·With the build in click to sort listener, there is no option to disable that behaviour (this is the code in question). The reason for that is that if it added the next column to the existing sort, th…