Search
-
pageLength dropdown and search box do not display
by jdadwilson ·I have two tables which are basically structured alike. One displays the pageLength dropdown and search box but one does not. -
Range Filter based on data-* attributes
by heronalex ·Thanks @allan for the tip! Unfortunately my grasp of javascript and DataTables API is still a bit shaky, so I do not really understand how to put your advice in practice... (I have been mainly copy-p… -
Range Filter based on data-* attributes
by heronalex ·I would like to add a range filter at the bottom of a column, except that instead of filtering on the column exact content, I would like to filter on data- attributes. -
Functionality ideas
by fr3d ·Hi', -
string-based index for configuration/examples
by allan ·Interesting idea - thank you for this. I haven't spent much time exploring the possibility of using columns as an object, primarily due to the property order that you indicate. I actually wasn't awar… -
string-based index for configuration/examples
by tacman1123 ·Thanks! I'll have to re-read the docs, as I'm still finding it confusing. I only use ajax (candidate for rename in version 3!) Claude helped me articulate my idea. -
columnControl: Numeric search does not understand specified number format
by lgt ·Thank you for your reply. I do not directly have an option to link a test case, but it's a plain table using columControl with a column with the format function, no server-side processing. A similar… -
string-based index for configuration/examples
by allan ·The columnControl.target option is actually about which row in the header or footer the content will apply to - not the column. -
string-based index for configuration/examples
by tacman1123 ·Most of the examples use an index to configure a column -
v3 beta - header width while mounting Vue components in cell
by coreyg142 ·Hi @allan one more thing (sorry!!) -
override select highlight color
by Mwhite007 ·i think it's finally working, i transferred the 2 variables: -
override select highlight color
by Mwhite007 ·currently i'm using jQuery 4.0.0, Bootstrap 5.3.x, dataTables 2.3.7 (with select and keytable extensions). i am getting a bright blue highlight on selected rows which doesn't match my color scheme. i… -
Hover is not highlighting rows
by Mwhite007 ·here are the global variables: -
Hover is not highlighting rows
by Mwhite007 ·i'm using Bootstrap 5.3 but adding the class table-hover doesn't seem to have any effect -
v3 beta - header width while mounting Vue components in cell
by allan ·Interesting that using a slot caused a performance issue. It should be that the slot was only "rendered" if the cell was being displayed. Although come to think of it, you might have paging… -
Order not right in Chrome or edge but right in FireFox
by plw ·I have -
v3 beta - header width while mounting Vue components in cell
by allan ·Changing the rendered data in the table body, after DataTables has drawn the table, in a scrolling table, is a sure fire way of causing that issue. The column alignment issues don't get a chance to u… -
How to have sorting and filtering together in table head?
by HugoHa ·One more thing... I implemented a fixed header for this table like described here: https://datatables.net/extensions/fixedheader/examples/options/header_footer -
Force column width with dataTables 2.3.7
by Sandra2N ·Link to test case: https://elk.2n-tech.com/ -
How to exclude first column (select checkbox) from columnControl where target is tfoot?
by allan ·Ah! If you don't specify a columnControl.target then it will assume the default. The key here is that: