Search
9167 results 5001-5010
Forum
- 12th Dec 2014TypeError: $.fn.datetimepicker.dates is undefined format: "dd/mm/yyyy"connection based on the options in config.php. However, you
- 12th Dec 2014traslate text validatorTo provide a custom error message you can use the validation options. In PHP this is done thus (documentation): validator( 'Validate::numeric', array( "message" => "Custom error message" ) ) In C# (documentation): Validator(Validation.Numeric( 16, new ValidationOpts{ Message = "Custom error message" } )) Allan
- 11th Dec 2014Datetime picker plug-in code not working quite right , need allen help ,thxinclude that. Otherwise, the options are to create one,
- 3rd Dec 2014DataTables 1.10.4 releaseAlan, I currently use version 1.9, with the server side options for retrieving my data. With the speed increases you mention above, is it now a viable option to not use server side processing?
- 2nd Dec 2014Proper syntax for withCredentials?Use ajax in 1.10 rather than the old style sAjaxSource option. The newer ajax provides the option to be given as an object which extends the jQuery Ajax options. Allan
- 2nd Dec 2014Date range Filter with Join - server side - throws errorshas to understand the options given to it, which
- 1st Dec 2014editor_remove performance large data setsHow are you selecting that many rows if you have sever-side processing enabled? Do you have a length menu options to show all rows (I don't see it above) or disabling paging somewhere? Thanks, Allan
- 27th Nov 2014Dates (with jQuery UI datepicker) + inline editingpossible to set configuration options for the date picker
- 25th Nov 2014How to put hyperlink in datatable column?sorry i tried different options, i cant get the
- 25th Nov 2014location of Pagination controlsAll options (with the exception of the t (table) option can be specified multiple times, for if you want to show the same control multiple times (pagination at the top and bottom of the table for example).