Search
23526 results 611-620
Forum
- 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>'; } },
- 21st Mar 2018Trouble with fixed columns getting height of a dynamic tablework by adjusting the columns when the div was
- 20th Mar 2018How to make datatables flow in columns.Is it possible to make the datatable auto flow into 2 / 3 columns. eg if width = 500 1 column / if with >500 < 1000 2 columns etc etc. No - sorry. That isn't something that HTML table elements can do. Allan
- 13th Mar 2018how to hide order arrow on some columns not all?Hi Shomokh, Yep, take a look at this example, the second columns isn't orderable. Cheers, Colin