Search
140 results 51-60
Forum
- 15th Mar 2017Changing Column Sort OrderWhy not just assign higher responsive/priority to columns A & C in mobile view?
- 12th Jan 2017display another data table on click of data of data table's row/columnasc' ], columns: [ { data: "blasts.blast_name", responsivePriority: 1 }, { data: null, defaultContent:
- 2nd Jan 2017Two tables, one page...asc' ], columns: [ { data: "holes.hole_nr", responsivePriority: 1 }, { data: "holes.hole_depth", responsivePriority:
- 29th Nov 2016Edit and validate questionasc' ], columns: [ { data: "users.user_employee", responsivePriority: 1 }, { data: null, render:
- 2nd Sep 2016Responsive, but prevent hiding of important column?Try adding the class name all to your two important columns. Perhaps having a responsivePriority: -1 option would make more sense! Allan
- 6th Jul 2016Calculated Columndefine columns as following { "responsivePriority": 2, "data": 'wins' }, { "responsivePriority":
- 27th Jun 2016Auto hiding all columns except for first columnThen remove your current first and last columnDefs config and modify to following and try. { responsivePriority: 1, targets: [-1, 0] },
- 1st Apr 2016about rowOrder drag numbersorder "rowReorder": true, columnDefs: [ { responsivePriority: 1, targets: 0 }, // make
- 7th Jan 2016How i can implement server processing node.js + express + mongoose + mongodbdata: 'tag',"defaultContent": "",width: '25%', responsivePriority: 1, targets: 0 }, { data:
- 26th Nov 2015New columns.responsivePriority propertywith bootstrap { data: 'checkup.note', responsivePriority: 20000 } //set higher prio