Search
9206 results 5511-5520
Forum
- 11th Dec 2012Table Not Loading DataSimply, the author had already initialized the dataTable call and preconfigured some dataTable options. Thanks for the help.
- 10th Dec 2012Deep, deep dataYou'd need to flatten that into an array with an entry for each row. Parsing multiple rows like that, while possible, probably wouldn't be easy to describe in the initialisation options. Allan
- 7th Dec 2012Editor with BootstrapAre there any similar options we can add to
- 6th Dec 2012Change the title for add and edit dialogsHi, Great to hear that you are enjoying working with DataTables and Editor! Setting the header text is part of the internationalisation options: Example: http://editor.datatables.net/release/DataTables/extras/Editor/examples/i18n.html Docs: http://editor.datatables.net/options/#title_details Regards, Allan
- 4th Dec 2012New user, delete data from server questionhave aaSorting , bProcessing etc options - they are DataTables options.
- 3rd Dec 2012fully custom filteringdoesn't affect future filter options or other tables on
- 30th Nov 2012Cancel buttonbutton for the internalisation options. I think the Editor
- 30th Nov 2012Time load page slowTwo options: Modify the HTML you
- 28th Nov 2012Vertical Scroll Problem?Sorry for the bad formatting. Please note that I added the following options in the last code snippet: .... "sScrollY": "200px", "bPaginate": false, ....
- 27th Nov 2012Adding 'Action' links to DataTables rowsUse a combination of mData , mRender and sDefaultContent . The exact options you want will depend upon your data structure. There is an example here: http://editor.datatables.net/release/DataTables/extras/Editor/examples/inlineControls.html