Search
-
Export to PDF keeping rowGroup
by colin ·This is one of those threads that Kevin was referring to, -
Change the placeholder color not working
by kthorngren ·See if this thread helps. -
DataTables fixedHeader and Bootstrap nav-bar with fixed-top
by kthorngren ·See if this thread helps. -
Excel export cells with color
by kthorngren ·See if the examples in this thread help. They look a bit different than what you have. If not please post a test case so we can work with your code to understand what you have and make suggestions. -
Rendering a price breaks hyperlink
by kthorngren ·Use columns.render as a function and an if statement to determine if the data parameter is a number. If it is then use $.fn.dataTable.render.number() with chained display(data) as shown in this thre… -
Applying HTML wrapper to server side data prior to rendering
by kthorngren ·Are you looking for something like this thread? -
How do I set the size of the Search box?
by kthorngren ·https://datatables.net/forums/discussion/comment/168011/#Comment_168011 -
Launching a form from another form
by louking ·https://datatables.net/forums/discussion/comment/140082/#Comment_140082 indicates that launching a form from another form is "very much on the cards for a future update in Editor, as it is someth -
Reload nested datatables and open shown rows
by kthorngren ·ajax.reload closes all the rows on refresh. -
In the $(row).addClass('class') the first column is not changed by the class in css
by kthorngren ·You may need to update your custom CSS to include .sorting_1. See this thread. If this doesn't help then please provide the example Colin asked for. -
How do I set the size of the Search box?
by rf1234 ·https://datatables.net/forums/discussion/comment/169090/#Comment_169090 -
Keep the value research by colomns
by kthorngren ·https://datatables.net/forums/discussion/comment/153844/#Comment_153844 -
how to reverse excel/pdf columns order to rtl?
by colin ·See my reply in your other thread. -
SearchPane - Ordering inside a Column
by sandy ·Hi @hkuesters , -
I can not get the search function to work
by rf1234 ·https://datatables.net/forums/discussion/comment/116151/#Comment_116151 -
Am I trying to use saveState the wrong way?
by kthorngren ·StateSave is used when the page is reloaded. The problem is that Datatables doesn't know about the updated table with the method you are using. This thread discusses some options you can try. -
Can't get "grouped_array_index" working to print/PDF table with grouping
by colin ·Ah, I see, thanks for the test case. Yep, that's a complex one. There are a few examples that do work, such as here from this thread - hopefully that can get you going. There is an outstanding pull r… -
mvc project - select options based off another selected field
by rf1234 ·https://datatables.net/forums/discussion/comment/173268#Comment_173268 -
DATATABLE > RESPONSIVE > CHILD ROWS
by kthorngren ·Like I already mentioned , Detail Control is not OK as child rows are not searchable. -
PHP Editor | How to Mjoin Option Validator
by rf1234 ·https://datatables.net/forums/discussion/comment/116150/#Comment_116150