Search
10784 results 5471-5480
Forum
- 23rd Dec 2016Datatables - Buttons Applying Custom Style with Icon (Bootstrap)See if the below mentioned code works : initComplete: function () { $('.buttons-pdf').html('<span class="glyphicon glyphicon-file" data-toggle="tooltip" title="Export To Excel"/>') } Place it in your $('#YourTableID').Datatable() For other default export buttons you can just change the class name (for e.g. '.buttons-excel' etc.)
- 22nd Dec 2016Bootstrap Editor: Horizontal Form$.extend( true, $.fn.dataTable.Editor.classes, { "field": { "label": "... control-label", "input": "... controls" } } ); where you'd put that before your initialisation of Editor and fill it in with whatever class names you want for the layout. Regards, Allan
- 21st Dec 2016Stop Editor Update From Using Placeholder ValuesCan you show me how you are initialising Editor please? The debugger trace does have that information in it, but it is a nightmare to find (something I'm working on!). Allan
- 20th Dec 2016DataTables ajax call not launchingThere was a mismatch with columns - I was initializing Datatables with 10 columns and only had 9 in the HTML!
- 20th Dec 2016Trouble with Editor fieds selectThank you :smile:. Could you show me the JSON returned from the server and also your DataTables initialisation? That will hopefully let me identify what is happening. Allan
- 16th Dec 2016Make custom buttons look like column visibility buttonsis set to active:false initially. This mimics the colvis
- 16th Dec 2016How to set a default search value for column using dropdown list example.table = $('#Products').DataTable({ "iDisplayLength": 40, initComplete: function () { this.api().columns('3').every( function () { var
- 16th Dec 2016Adding buttons after load.any time after the initialisation. Allan
- 13th Dec 2016Using different ajax sources for table and editoris listen for the initEdit event and make an
- 12th Dec 2016Fatal error: Call to a member function insertId() on nullalso gotten it wrong initially. Later I thought I