Search
43919 results 18731-18740
Forum
- 10th Feb 2016Can PDF Buttons compress output to fit widthHowever, if you have Acrobat Pro installed (not just the Reader), you can use the print button and print to a PDF. It won't maintain the table style but it will automatically fit everything on the page(s).
- 10th Feb 2016Knockout.js 3.2 custom binding for DataTables 1.10xis hidden again. var table = $(element).closest('table'String).DataTable(); ko.bindingHandlers.dataTablesForEach.page = table.page(); table.destroy();
- 10th Feb 2016ScrollX and large window = issue, how to fix it ?The table that is giving you problems is in a tab? You need to call columns.adjust() when the table is made visible. Allan
- 10th Feb 2016Automatically sorting apply on all tables.you pass in a table id and run your
- 10th Feb 2016Add Filtering in the Column HeaderThat did the trick, daniel. Just wanted to thank everyone for their help, this will make the table much easier to use.
- 9th Feb 2016Paging is not working on go to previous page and click the "paging" pageIt's probably how you initialized the table. But since you haven't provided any example or link to what you've done, it's sort of hard to assist any further.
- 9th Feb 2016Datatables Editor - Select List Field Type, what kind of data should I send via Editor?Could you show me the JSON that the table is being loaded with (data and options) and also the full Javascript configuration for the DataTable and Editor please. Allan
- 9th Feb 2016After Editor create, how to apply sort?Ordering in the table is always defined by
- 9th Feb 2016setFormatter not being honored with bubble edit.are displayed in the table. ) ->on( 'preCreate', function ( $editor,
- 9th Feb 2016Getting checkbox in EditorHi, Is the list of equipment in a join table? If so, you could use the checkbox type to show and allow selection from the list - as shown in this example. Allan