Search
11152 results 7831-7840
Forum
- 1st Jun 2022A simple DataTable server-side search doesn't workitem.TXT_NAME.Contains(searchTerm) || item.TXT_COMPANY.Contains(searchTerm)) select item); } // sorting if(sortColumnDir == "desc") v = v.OrderByDescending(item
- 30th May 2022compact datatables and select checkboxAh nice, glad all sorted, thanks for reporting back, Colin
- 27th May 2022Can we use rowCallback function after rendering the tableThe sorting doesn't matter. This will
- 27th May 2022Is there a way to un-search a table?another draw, like searching, sorting or paging, the filters
- 26th May 2022Slow table rendering using Django as server-sideAnother option, if you want to create your own paging, is to turn off the sorting, searching, page length and paging features and create your own inputs for these which you send to the server via jQuery ajax(). Kevin
- 22nd May 2022Arrow in with dropdown and column-stufflike order()to change the sorting and column().visible() to change
- 20th May 2022Serial Number - Automatic IssueKeven, yes it is index for sorting and display the total number of counts for the user... example 1,2.3......
- 20th May 2022Latest Datatables 1.12.1 and Fixed Column 4.1.0 zip fileApologises for that error - I got my tagging slightly out of sequence with the FC 4.1.0 release. All sorted now :) Allan
- 19th May 2022JSON view in a columnproblems when searching and sorting. There is a draw
- 17th May 2022RowGroup - getting a value from another column in the first rowexamples, and tried all sorts combinations. The example you