Search
23449 results 8451-8460
Forum
- 14th Mar 2017How to leave column sorting enabled but remove the sorting iconsYou can use columns.orderable with targets: "_all" to disable end user ordering for all columns. EDIT: Mis-read the original question :-) Kevin
- 14th Mar 2017Unknown parameter on large tablerow compared to thead columns, etc.
- 14th Mar 2017Hi! I kindly need help on how to create an interactive table that works like excel sheetI need to sum time(hh:mm:ss) values of specific columns downwards to monitor activities of the day 24hours and if I change time in one row it update the rest below it automatically. I have given example below
- 12th Mar 2017group by in editor 1.6.1With about a dozen columns and not more than
- 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