Search
-
Server-side with columnControl: Active state CSS and button Clear Search not working
by Just1n ·Hi, -
class
by k-george ·Hi, -
ColumnControl custom button problem in newer version
by frankyy ·Link to test case: -
class
by k-george ·Hi, -
Column width issues in DT 2.3.5
by palkitt ·I've updated the test case using the nightly version: -
class
by kthorngren ·As I said to execute the drawCallback function call the draw() API. This is what my example shows: -
class
by k-george ·Thanks for the reply. -
class
by allan ·drawCallback: function () { $('#example tbody tr').removeClass('odd'); $('#example tbody tr:odd').addClass('odd') } -
Search panes options disappearing when custom filter used
by topher-h ·Ah it appears I've found the solution - use the new API. -
Unable to get columnControl working
by murday1983 ·I have my table set up and working correctly using the code below, but whenever I add -
! symbol not filtering table
by allan ·How the default "smart" search works is documented here. If you have any further questions about it, please let me know and I'll try my best to answer. -
Editor validator $host
by allan ·The $host parameter is this object here. Initially it wasn't really part of the public API - I needed it for the dbUnique validator, and it has expanded a bit since then. I will look at adding it to … -
Editor validator $host
by Loren Maxwell ·From: https://editor.datatables.net/manual/php/validation#Custom-field-validators -
Column width issues in DT 2.3.5
by palkitt ·I see this is tricky to balance performance and accuracy :-). Yes as you suggest, for the strings selecting the strings based on the length, and then use the full HTML for the selected (3) strings wi… -
Row animation missing after ajax.reload()
by fungus007 ·I'm trying to implement a branded row animation (e.g., fade-in or highlight) after calling table.ajax.reload(null, false) in DataTables. The goal is to visually indicate updated rows after an AJAX r… -
Inline editing and tag fields
by allan ·Hi Ilja, -
Inline editing and tag fields
by dte1 ·Hi Allan, -
Column Control appears two times
by kthorngren ·Your code snippet works as expected in this test case: -
How to rotate cell text and adjust it's height?
by kthorngren ·I'm not sure what CSS settings need to be in place for dynamically setting the row height. You could use CSS to set a specific height, for example: -
Column Control appears two times
by siXel ·Hello,