Search
10722 results 6041-6050
Forum
- 2nd Feb 2015Changing the position of table tools buttonsYou can insert the TableTools buttons anywhere you want by using the direct initialisation option: http://datatables.net/extensions/tabletools/initialisation#Direct-initialisation . Allan
- 2nd Feb 2015Editor events and key event handlingIs it possible that "initComplete" does not fire? It
- 30th Jan 2015Refresh the oLanguage sSearch text field after an event?I'm afraid there is no public API to modify the language strings after initialisation - sorry! It is something I would like to add in future, but I'm concerned about the amount of code it would take to fully implement. Allan
- 30th Jan 2015Add "data-title" to everythis code to the "initComplete" and "drawCallback" events (I'm
- 30th Jan 2015Prevent iOS virtual keyboard from popping up when opening Editor dialog w/ Responsive?used to specify the initial focus for the form,
- 30th Jan 2015Inline Editing with Tab and FieldBox "Select"isn't a top level initialisation object, but rather a
- 29th Jan 2015Editor 1.4 dependent - shouldn't it fire if the modal is opened for edit ?Sorry no Test Page ;) internal Testing - couldn't it get to work editor_plc.dependent('bwrb_rel.id', function (val, data, callback) { console.log(val); console.log(data); console.log(callback); }, {event: 'change initCreate initEdit'} ) just get output on change, or when the select list is updated ...
- 26th Jan 2015Search by two columnsThank you! SOLVED thanks to you. Changes in code: I've changed searching to initial which searches all columns: dataTable .search(this.value) .draw(); And set columns which I don't want to be search in initTable: "columnDefs": [ { "targets": [2,5], "searchable": false }]
- 26th Jan 2015language + column searchneed to use the initComplete callback to build the
- 26th Jan 2015always update editor hidden fieldlook at the fields.def initialisation option, which should be