Search
10074 results 3671-3680
Forum
- 31st May 2015Row gets duplicated when I update rows with same idselector-modifier object uses the default options for the selector
- 29th May 2015Glyphicons in headerWe would need a link to a test case showing the issue (per the forum rules). The latest Bootstrap integration for DataTables uses glyphicons itself - are you using that? And also not loading the DataTables default CSS? Allan
- 28th May 2015An issue with individual column searching in Editorwhich is set to default of 250mS (I think,
- 27th May 2015JSON data loading locally, by not when externalizedfunction to override the default Ajax call). Allan
- 20th May 2015How to handle DB-fields which are not in the form?SET_BOTH - it is the default value ->setValue( date('Y-m-d') ) The
- 14th May 2015Column Ordering (Ascending or Descending)If you wanted a default of two columns sorting, then yes you could use that form. As I noted: if it is not, please link to a test case showing the issue. Allan
- 13th May 2015Datatables: AJAX request generates error ...Use ajax.dataSrc to tell DataTables to read data from the d property rather than its default of data. Also there is no d option in the columns options. You want to use columns.data. Allan
- 12th May 2015If "scrollX": false is set then the column(thead and tbody) alignment is distortedit is off by default, most don't set it
- 11th May 2015column.search() not passing value to serverwant to remove the default search input box, use
- 8th May 2015How can I make all table cells tabindex="0" (keyboard accessible)we let the browser's default behavior kick in. So,