Search
23401 results 591-600
Forum
- 10th Apr 2018Add customizable columns (Edit / Delete)see if the extra columns should be added or
- 7th Apr 2018How to generate dynamic columns based on the datasethere it's defining the columns in a variable which
- 6th Apr 2018Table with hidden columns is not correctly displayed in Firefoxmeans that the colgroup columns are incorrect since DataTables
- 4th Apr 2018Using fixedcolumns and footerCallback does not sum all of the columns.and it totals all columns correctly. However, my data
- 2nd Apr 2018Datatables error when searching or sorting specific columnsBut the page loads fine and some columns can be sorted. When I type in the name of the item that is shown on the table and search, this error occurs
- 2nd Apr 2018Cascade method not taking place among filter drop-downs for all the columnslists for the desired columns. As suggested by Allan
- 2nd Apr 2018$columns = array( vs. Editor::inst( $db, 'datatables_demo' )I just realized that: array versus Editor::inst( $db, 'datatables_demo' ) is probably using php/datatables with editor package; while $columns is probably the normal way? (without using the PHP library?)
- 1st Apr 2018How exactly does Fixed Columns workYou are looking for Responsive rather than FixedColumns. FixedColumns is used for a scrolling table only. Responsive however, will hide columns based on the table width automatically. The documentation for how to prioritise columns is available here. Allan
- 30th Mar 2018exculde dynamic columns while exportingYou can use the columns selector as a function (see column-selector) which would give you
- 23rd Mar 2018Is possible to add hyper link on datatable columns?Here is an example: from the table's columns data part: { data: null, render: function ( data, type, row ) { return '<a href="http://cookies.insites.com/" </a>'; } },