Search
10142 results 3001-3010
Forum
- 21st Aug 2017DataTable Header Issue on a Wizard pluginStill don't use the dom option like that. The documentation shows that this is the default for Bootstrap: "<'row'<'col-sm-6'l><'col-sm-6'f>>" + "<'row'<'col-sm-12'tr>>" + "<'row'<'col-sm-5'i><'col-sm-7'p>>", Yours should look similar. What is it about the default that you want to change? Allan
- 21st Aug 2017Server-side processing doesn't seem to workHi John, Awesome - great to hear you have it working now. Another possibility would have been to use post rather than get. Server's will typically accept much longer post body's than the query string by default. Allan
- 19th Aug 2017Change "order" after Searchingable to use the default search input but I'm
- 18th Aug 2017Remove the css markups from the form?fields and remove the default css and insert new
- 18th Aug 2017Cant get Datatable Editor working . Throws some unknown error?Ah I see. The problem was that the DataTables Ajax request is GET by default. You need to make it POST since you are using ->process( $_POST ) - see this example. Allan
- 18th Aug 2017Alguna forma de poner una tabla en espaƱolto see the English defaults for Editor search for "i18n": { in file dataTables.editor.js. //Editor default settings! if (lang === 'de')
- 17th Aug 2017Even doing "orderable": false, "targets": 0 doesnt stop the first collum for being orderedLike I said the default order of the table
- 17th Aug 2017Excel Export customizeIf title is the default, and there is no
- 17th Aug 2017"Uncaught TypeError: Cannot read property 'length' of undefinedthe columns.data? Datatables, by default, expects the data to
- 16th Aug 2017I think I found a bug in the stateSavebe possible with the default state saving. Is it