Search
23599 results 8021-8030
Forum
- 15th Dec 2017Error ColVisthere, but the hidden columns have been removed. You need to use columns().every() like you have in
- 14th Dec 2017How to show less than 10 rows??5, 10, 20, "Todos"]] } ], columns: [ { data: "id" }, { data: "customer_name"
- 13th Dec 2017Set background color of columnBut if I only want to change the background color of the editable columns, which in my case is a subset of all the columns in the table. It seems like the example mentioned changes style for the entire table.
- 13th Dec 2017rowGroup - Display multiple column values in Group Header.Thank you, Columns Visibile seems to be clear, start Render too, but i can't figure out how to access the data, it must be something like: 'rowGroup': { startRender: function (rows,group ) { return group + ' ' + data[1]; }, dataSrc: [1], },
- 13th Dec 2017ColReorder & Individual Column Filtering Positioned In Headerthe number of visible columns in future. Allan
- 13th Dec 2017unable to implement Individual column searching (text inputs)between the number of columns defined in Javascript (which
- 12th Dec 2017Audiot logging for editor.has only the changed columns included in the JSON
- 11th Dec 2017Horizontal scroll is not working for header rowminimum width of data columns is wider than the
- 11th Dec 2017Blank editor window pops up.contQuotes.Visible = false ;contCalls.Visible = false; } }, columns: [ { data: "customers.custID" , responsivePriority: 1,
- 11th Dec 2017Remove and add part of editor form by javascript on select changeAbsolutely - but you need to know what to ask for. So when you ask for 3 or 5 fields, or whatever, store that information somewhere, a Javascript variable for example, and then use that to build the columns. Allan