Search
11405 results 3881-3890
Forum
- 6th Apr 2017How to modify graphical aspect of columnif I click on the column to filter it What do you mean? Clicking on a column (heading) ordinarily means ordering, not filtering.
- 5th Apr 2017How to sort data on something other than displayed string?if( type === 'display' || type === 'filter' ) { var duration = moment.duration(Number(seconds), "seconds");
- 5th Apr 2017How to use server side scripting with DatatablesSry for the typo. It does not work. Filter is not added View Plunker
- 29th Mar 2017What can cause DataTable info to be off?I am not using SSP. I'm doing ajax. The filter is being applied after the data is rendered. I do not use SSP due to its performance issues I encountered when searching using our data model.
- 28th Mar 2017Count cells with specific value and row classThe first option, but with filter() rather than indexOf() is probably the way to do this. The other option is to use row-selector as a function and have it select only the rows of interest. Allan
- 27th Mar 2017Showing duplicate rows using custom button?point). Then as the filter runs for the records
- 27th Mar 2017Can I turn column option "searchable" on and off through the API?restrict the main table's filter to certain columns without
- 25th Mar 2017Empty Select2 problem with Internet Explorerdate so I could filter out the legacy and
- 24th Mar 2017External input to search DataTablethe user wants to filter results go ahead and
- 24th Mar 2017Need to change the label based on the row value in run timei solved it by using render data:"usul", render:function ( data, type, row ) { var melumat = data; if((type === "display" || type === "filter") && melumat ==1){ return 'Nəğd'; } else if((type === "display" || type === "filter") && melumat ==2){ return 'Kontur'; } else{ return data; } }