Search
23429 results 9571-9580
Forum
- 14th May 2015If "scrollX": false is set then the column(thead and tbody) alignment is distortedThanks Allan. As silly as it may sound, the columns got aligned once I added "scrollCollapse": true,
- 14th May 2015restrict inline editing to specific fieldsI would suggest adding the class editable to the columns you want to be inline editable and then modifying the selector as Modgility suggested to match on that (rather than the :not(...) that you are currently using. Allan
- 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
- 14th May 2015default sort on timestampstables tab click the 'Columns' option. It will show
- 14th May 2015Bootstrap Datatables Fluid layoutwith more than 20 columns and I want them
- 13th May 2015scrollX and scrollY cause errorwhen there are more columns in the table than
- 13th May 2015Remove horizontal scrollbarThe horizontal scroll bar is shown because the table takes up more width that is available horizontally! You could use Responsive to have it automatically hide columns to make the table fit into the available horizontal width. 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 2015can't load json data - error DataTables warning: table id=users - Unknown Parameter '0' for row 0i added the following code and it seems to help: $('#users').dataTable( { "processing": true, "serverSide": true, "order":[[1,"asc"]], "ajax": "/cgi-bin/widgets", "columns": [ { "data": "id" }, { "data": "available" }, { "data": "name" }, { "data": "code" } ] } );
- 12th May 2015hello :)a table with 5 columns (emp_id, emp_name, emp_lastname, emp_status,