Search
23598 results 9831-9840
Forum
- 25th Mar 2015Post datatable data to server in JSON format with column names?JS var oTable = $('#stockTable').dataTable({ "columns": [ { "name": "id", "width": "5%"
- 24th Mar 2015When on field is changed can it update another as well.the field().val() is used? columns: [ { data: "paper", editField: "paper.id"
- 24th Mar 2015Adding a row in the middle of the tablefalse, "orderFixed": [ 0, 'asc' ], "columns": [ { "data": "SortIndex", /"visible": false/
- 24th Mar 2015Change sort order after searchuser select other sort columns: opportunityTable.on('search.dt', function(e){ var searchText
- 24th Mar 2015Long URL causing 400 bad requestYou can use ajax.data to modify the data submitted to the server. For example you could loop over columns and remove the orderable option which would save some space. Allan
- 23rd Mar 2015Tab to next editable fielda class to the columns you want to be
- 23rd Mar 2015mRender problem: unable to form link to folder contentsand 'data' is this column's data // e.g. 'full[0]' is
- 21st Mar 2015Does this work with PHP and MySQLhowever. I have 7 columns, but my first one
- 21st Mar 2015editor optional date fieldajax": "./ajax-reqs.php?id=&type=1", "stateSave" : "true", "columns": [ { data: null, defaultContent: '', orderable:
- 20th Mar 2015Yet Another DataTables Column Filter - (yadcf)Daniel, do I have to specify a filter for every column? I only need to filter a few columns out of about 30. Can I do: yadcf.init(oTable, [ {column_number : 0}, {column_number : 4, data: ["Yes", "No"], filter_default_label: "Select ]);