Search
4192 results 1671-1680
Forum
- 5th Jun 2015My table loads twice: once full, and then with paging.columns: jsonData[0].columns, data: jsonData[0].data, "columnDefs": [ { "targets": "_all", "render": { "_": "data",
- 5th Jun 2015Upload example - having some troubledt-body-center" }, ], "order": [[1, 'asc']], "columnDefs": [ { "targets": 0, "data": "bdm.image",
- 4th Jun 2015How to get the contents of a hidden column?If your hidden cell index was 3, for example: var hiddenCellData = YourTable.cell(this, 3).data(); This works for me when using "columnDefs": [ { "targets": [3], "visible": false } ] in my table initialisation.
- 3rd Jun 2015column width cannot be reserved (scrollX enabled) show, hide some columnsabout this situation. var columndefs = [{targets: 0,searchable: false,width: "26px","cellType":
- 2nd Jun 2015aaSorting error when referencing JSON object propertyIf you remove the columnDefs from the JavaScript for
- 1st Jun 2015Wrong number of column during editThanks Allan, I just complete the definition for the first column : columnDefs: [ { "data": null, "defaultContent": "", "orderable": false, "targets": 0 } ], and row.data() contains 7 and no 8 entries.
- 27th May 2015ColVis - Initially hide a columnfigured it out using columnDefs thanks!
- 19th May 2015Problems using upload pluginsExtends: "editor_remove", editor: editor } ] }, "columnDefs": [ { "targets": 1, //Numero de
- 14th May 2015Hide column in main table for EditorI believe you are looking for something like this... fields: [ { label: "RecordID:", name: "time.recordID", type: "hidden" }, The columnDefs are what you see in the actual HTML table, not what you put in the editor.
- 27th Apr 2015Scollable column widths - Chrome ok, Firefox and IE-WTF?work. when i add columnDefs: [ { visible:false, targets:0 }, or columns: