Search
23594 results 19761-19770
Forum
- 4th Sep 2014column title bindingcan I bind column's title? something like var dataSet = { data: [ { "EngineData": "Engine 1" , "BrowserData": "Browser 1" }, { "EngineData": "Engine 2" , "BrowserData": "Browser 2" } ], title: [ { "col1": "Engine" }, { "col1": "Browser" } ] } $('#example').dataTable( { ... /*somehow bind dataSet*/ ... "columns": { "data": "EngineData", "title":"col1" }, { "data": "BrowserData", "title":"col2" }, } );
- 4th Sep 2014Header and Row misalignment whenever scrolled horizontallyissue. After showing grouped columns, my header gets misaligned
- 3rd Sep 2014Create childrow callbackHello, is there some sort of callback, when i add childrow to table using "columns":[ {"data": null, "class": 'details-control', "defaultContent": '' }, as in example here http://datatables.net/examples/api/row_details.html ?
- 3rd Sep 2014FixedColumns and Scroller extensions working togethera large number of columns and rows and it
- 3rd Sep 2014Load ajax data with custom parametersprovincia": $("#selProvincia").val(), "inviati": $("input[name=preventiviinviati]:checked").val() } }, "columns": [ {data: { _: "id.display", sort: "id.tosort"
- 3rd Sep 2014data table responsive with bootstrapproblem is that the columns excess from the viewport
- 3rd Sep 2014how to form dataTable with object of array of objectsresponsive: true, data: items, "columns": [ {"data": "id", "title": "ID",
- 2nd Sep 2014Row index and sortingone of the data columns, things break, because it
- 2nd Sep 2014Re-initialize dataTable from fnServerDataajax calls: table structure (columns) and table data. Structure
- 2nd Sep 2014Multiple lines per row but search as onethis with some hidden columns that have the totals