Search
23681 results 911-920
Forum
- 22nd Oct 2014Get both column names (& no. of columns) and row contents via AJAX/JSONThank you for confirming I'm not going mad! By 'make it an array of objects', do you mean remove the "title": part, so instead it is just a list of the names of the columns?? Thanks
- 18th Oct 2014Disable filtering on some column(s) - not all column(s)I do not want to disable the search and sorting functionality altogether (or from the entire table), I only want to disable the search and sorting functionality from some of the columns in the table only.
- 15th Oct 2014HTML element in datatables columnsI think something like "columns": [ {"render": function ( data) { return ''; }}, I'm not on my work computer so I'm not 100% sure that this is correct.
- 15th Oct 2014Fixed columns with Child rows not workingtable showing the fixed columns is separate from the
- 15th Oct 2014Can dynamically create columns?search for "dynamically create columns" in the search box
- 8th Oct 2014generate columns with data from ajax responseI already have the columns defined on the back
- 30th Sep 2014Header Row columns don't line up when CSS * font-size and vertical scrollbars are usedused to align the columns by setting the width
- 22nd Sep 2014Scroller and fixed columns togethersScrollXInner": "120%", "sPaginationType": "bootstrap", "columns": [ { "width": "3%" }, { "width": "2%"
- 15th Sep 2014Adding ColVis to a table that uses jEditable breaks the edit functions when columns are hidden.it works with hidden columns as expected: var aPos
- 10th Sep 2014How can i disable Sorting for few columns in my tabletry change ordering na orderable "columns": [ { "title":"ID"}, { "title":"ShortName","width": "0%" }, { "title":"Type" }, { "title":"Category" }, { "title":"Description"}, { "title":"Owner" }, { "title":"Status","orderable": false,"info":false}, { "title":"" ,"orderable": false}, { "title":"" ,"orderable": false}