Search
10070 results 3141-3150
Forum
- 29th Jan 2017Problem with drawCallback and sortingdraw() will by default result in a full re-order and re-search of the table. However, you can use page parameter to avoid reordering: table.draw('page'); https://datatables.net/reference/api/draw()
- 27th Jan 2017Bug Report: Editor 1.6.1 Validator DecimalThank you. I also fixed for minNum by also declaring a default option 'decimal' => ".": $cfg = Validate::_extend( $opts, 'min', array( 'message' => "Number is too small, must be ".$min." or larger", 'decimal' => "." ) ); when is 1.6.2 due for release?
- 25th Jan 2017Show fa-icons in print and exportThe HTML is stripped by default. You'd need to use the stripHtml option in the buttons.exportData() method. Which in turn you can access through the exportOptions of print. Allan
- 25th Jan 2017Export to Excel doesn't have the summary rowThe footer output is off by default (can't remember why - seems daft in retrospect!). Yo can enable it with the footer option of the excelHtml5 button type. Allan
- 23rd Jan 2017Oracle and datatables 1.6.x BROKEN!!!Editor configuration (id by default). It needs to have
- 23rd Jan 2017Parent / child editing with Editor doesn't store parent idmentioned, is where the default is set for the
- 22nd Jan 2017Maximum multi row edit?the php.ini, beyond the default 1000, is it possible
- 20th Jan 2017Prevent form-inline class?This is on the DataTables container when using Bootstrap? You could use $( table.table().container() ).removeClass( 'form-inline' ); immediately after the table has been created, or alter the default class the Bootstrap integration uses. Allan
- 19th Jan 2017data-priority not working with bootstrap?here: https://goo.gl/uzdMJ1 there's a default message "not products found"
- 17th Jan 2017Common Settings for Multiple DataTablesavoid rewriting all the default formats for different sets.