Search
23599 results 8601-8610
Forum
- 10th Mar 2017Editor inline editing active cell classIm try to use CDN href="//cdn.datatables.net/keytable/2.2.0/css/keyTable.dataTables.min.css" If i comment this code: keys: { columns: ':not(:first-child)', keys: [ 9 ], }, blue outline is missing
- 10th Mar 2017Change Row background color problemsSince you are defining your columns as objects, { data: "advertisers.nombre" }, for example, you will need to access the name instead of position. Something like this should work: "createdRow": function( row, data, dataIndex ) { if ( data.incomes.platform_revenue == "8" ) { $(row).addClass( 'red' ); } }, Kevin
- 10th Mar 2017Does value change in column require redraw?table (in rows and columns). Allan
- 10th Mar 2017Sorting On Original Column DataI solved this returning two columns from the data source, one for diplaying and one for sorting: columns: [ { data: 'jobId' }, { data: 'venueId'}, { data: { '_':'bookingDate', 'sort':'bookingDate', 'display':'bookingDateDisplay'} }, { data: 'bookingTime',"bSearchable": false}, { data: 'catalogue', "bSearchable": false}, { data: 'jobStatus',"bSearchable": false} ],
- 10th Mar 2017Why export buttons are not being displayed?not copy the keys.forEach, columns: cols nor table.rows.add(jsondata).draw();. Maybe
- 9th Mar 2017overlapping arrows on column sortingthe sort direction. Other columns show what you call
- 9th Mar 2017Editor Button on top of form8, 9, 10, 11] } ], "columns": [ //hidden columns { data: "cashflow_id"
- 8th Mar 2017Showing 302 to 45 of 45 entries - showing exceeds entries ?I have in responsive columns that must be toggled
- 8th Mar 2017Table does not update on "Create"Bfrtip', language: { "decimal": ".", "thousands": "," }, columns: [ { data: 'id'}, { data: 'column-name'},
- 8th Mar 2017Is it possible to add a dropdown filter box at the top of the data table?actual headings of the columns. What I'm looking to