Search
23681 results 761-770
Forum
- 28th Jun 2016DOM Ordering to sort columns that has buttons? (TypeError: $.fn.dataTable is undefined)issue is that your columns array needs to be
- 22nd Jun 2016Colvis columns menu items and localstorage questionHi, Can this code work directly or I need to use specific syntax? Cause it's not displaying a button even if change the 0 to other value... table.button().add( 0, { extend: 'colvis', collectionLayout: 'two-column', columns: ':visible', } );
- 22nd Jun 2016how i can decrease number of columns when it loaded by mobile?decrease the number of columns when open by mobile
- 22nd Jun 2016process with filtered columns dataThe better way is to use columns().nodes() rather than picking out the cells yourself. You can still pass in the search 'applied' into columns(). Would you mind posting the code you are using? Thanks Tom
- 21st Jun 2016Is it possible to edit columns that are not shown in the datatable?but I want to edit columns that are not displayed on the DataTable. Is that possible? Yes - example available here. Allan
- 15th Jun 2016Columns order and show/hide dynamicallyIf you want to dynamically change the visibility or order of columns, use https://datatables.net/reference/option/columns.visible and https://datatables.net/reference/api/colReorder.order()
- 15th Jun 2016set columns namefollowing $('#example'String).DataTable( { data: ar1.data, columns: [ { data: "first_name" }, { data: "last_name"},
- 15th Jun 2016bind array to datatable where first row is columns descriptionthis: $("#grdScarti").dataTable({ data: arRow, columns: function () { for (x = 0;
- 13th Jun 2016ColReorder: wrong sorting after reorder columnsDoes your server-side script take account of the fact that the columns have changed position and therefore their indexes will have changed? Allan
- 12th Jun 2016Fixed columns + ReactJS (problem with cloned table)to fixed header and columns.