Search
9165 results 5091-5100
Forum
- 1st Aug 2014Include sub-selects in table view mode (not the editor view)get' function and sub-query options to Editor in future,
- 31st Jul 2014How do I trap a return of 403 in the new versionneed using standard jQuery options. Allan
- 30th Jul 2014Pagination is reset on autofill - Datatable issueAre you saying that upgrading to 1.10 is breaking things for you? It shouldn't be (unless you were using the deprecated fnRender or bScrollInfinite options). Allan
- 30th Jul 2014DataTable() or dataTable()?of initialisation and the options you can pass in,
- 24th Jul 2014search box problem apiSure, I can try to debug the problem as part of the support options available for DataTables. Allan
- 24th Jul 2014How do I change the default text "Edit entry" in Editor's form header?Yup that's the one :-). The strings used by Editor can all be translated / modified using the options here: http://editor.datatables.net/reference/option/#Internationalisation . Allan
- 23rd Jul 2014Can dataTables sort price range columnwith the proper init options. It's different how you
- 23rd Jul 2014DataTables 1.10.0 fnOpen & oTable.columns() Contradictory behaviourIs there any function introduced in new API for fnOpen() Yes - the row().child() methods. You might find this guide useful: http://datatables.net/upgrade/1.10-convert Also, as I say you can mix the two: var newStyle = $('#myTable').DataTable( { ... options ... } ); var oldStyle = $('#myTable').dataTable(); Allan
- 22nd Jul 2014Is this the right format for Yet Another DataTables Column Filter and DataTables 1.10?now have my filter options embedded in a menu
- 21st Jul 2014how to handle Ajax 401 (unauthorized access error) in Jquery datatables?Thanks a lot Allan. I realized that 'ajax' options takes one of the 3 types of value: 'string', 'object', and 'function'. I used 'object' (similar to what you mentioned in your answer) to provide a custom 'error' callback.