Search
9209 results 5061-5070
Forum
- 7th Nov 2014Sorted Column ShadingSounds like you might want the theme creator :-). If that doesn't give enough options for you, then the easiest way is to use the SCSS file and customise that, then compile it. Allan
- 7th Nov 2014Chained ValidationIn Editor 1.3 you would use: ->validator( 'Validate::numeric', array( empty: false ) ) See the PHP validation manual page for information on the validation options. In Editor 1.4 you will be able to chain validation methods. Allan
- 6th Nov 2014Is filter() currently broken?API for plug-ins and options, such as passing in
- 4th Nov 2014smart admin Datatable featuresattach here $('#datatable_tabletools').dataTable({ // Tabletools options: // https://datatables.net/extensions/tabletools/button_options "sDom": "<'dt-toolbar'<'col-xs-12 col-sm-6'f><'col-sm-6
- 30th Oct 2014Example of right click contextMenu and DataTables?selector: '.my-menu', callback: function(key, options) { myMenuHandler(key); }, items: { "edit": {name:
- 29th Oct 2014Cooking with grease until I turned on tab'ing on the inline editing.Hi, For those options you probably want to show a button, which you can do using the buttons option of the form-options. For example: editor.inline( this, { buttons: "Save" } ); Allan
- 28th Oct 2014Mark external sorted column without sorting againcan think of two options: 1) Just set up
- 27th Oct 2014DataTables 1.10 - date range filter.under the "Various filter options - 9 different types !!! :" in
- 23rd Oct 2014DataTools created PDF loses table borders/shading when physically printeddo with the print options of your browser / PDF
- 23rd Oct 2014How to do nested modalsjQuery UI and Bootstrap options. As I noted in