Search
9212 results 4111-4120
Forum
- 5th Jan 2017How To send Submit if Cell Checkbox checkedsure you set the options (with the value to
- 5th Jan 2017Editor1.6 bug with php5.3&JSthe newer syntax and options! Regards, Allan
- 5th Jan 2017How do I filter a combo boxes values based on a value selected in a previous combo box?script will define the options for the tees and
- 3rd Jan 2017Issue integrating SmartAdmin Angular 2 Framework and DataTables extensionsAdd these lines to shared/ui/datatable/datatable.component.ts - under options = $.extend colReorder: true, fixedHeader: { footer: true }, scrollY: 370,
- 3rd Jan 2017Select Type in DataTableThanks Allan. Unfortunately, the reply came late and I found a way out; writing the options data in html document before the table initialization and loading it later in the render method like a fixed options.
- 3rd Jan 2017Using standalone editor, select/select2 is not populated with dataneed to use the options parameter for the select
- 3rd Jan 2017Crazy Documentation: Frustrating, really!Fair point - that is certainly a weak link which I will address. The options are those in the fields array for Editor initialisation. The methods are those in the Fields category of the API documentation. Thanks, Allan
- 2nd Jan 2017Select field with inline editor not submitting on change.This works for me for select options in inline editing, my first column is index. var formTable = $('#SampleTable', form); formTable.on('click', 'tbody td:not(:first-child)', function (e) { editor.inline(this, { onBlur: 'submit', submit: 'allIfChanged' }); });
- 28th Dec 2016Styling issue with two datatables.applying the same initialisation options to more than one
- 28th Dec 2016Error on 2nd to last line of CSV data on page loadfunction init_table(options) { options = options || {}; var csv_path = options.csv_path