Search
10711 results 5421-5430
Forum
- 29th Nov 2016How to make columns made visible by ColVis button searchablecolumn's searchable flag after initialisation. The only way is
- 28th Nov 2016Buttons don't appearshould do for an initialisation option. I'm planning to
- 27th Nov 2016HELP! Cannot reinitialise DataTable warning<script type="text/javascript"> jQuery(document).ready(function($){ $('#tablepress-1').dataTable({"order":[],"orderClasses":false,"stripeClasses":['even','odd'],"pagingType":"simple"}); }); </script> </body> </html></div></div></div><script type="text/javascript"> jQuery(document).ready(function($){ $('#tablepress-1').dataTable({"order":[],"orderClasses":false,"stripeClasses":['even','odd'],"pagingType":"simple"}); }); </script> You are initialising the same DataTable twice. Hence "cannot reinitialise DataTable". A simple forum search would have found this cropping up many times.
- 25th Nov 2016How can I transpose a table?is working just fine. Initial values were 1,2,3,..7 and
- 25th Nov 2016Can Insert but Not Edit or Delete (via Asp.net Web API)Thanks for the link! It took me a little while to realise myself! The table option is missing, so Editor doesn't link to that DataTable. Adding table: '#VenueTable' to your Editor initialisation should fix that. Allan
- 24th Nov 2016Styling length menuThanks. I put that in the initComplete function: var $table = $(this); $table.closest('.dataTables_wrapper').find('> div > .dataTables_length label').contents().filter(function() { return ($(this).prop('tagName') !== 'SELECT'); }).wrap('<span class="hidden-xs"></span>');
- 24th Nov 2016Editor: no reorder request sent to server if inline editing box liveedit is shown editor.on( 'initEdit', function (e) { // Submit edits
- 23rd Nov 2016How to specify data type of DOM sourced data?a function that expects initial data to be string
- 22nd Nov 2016Button with AJAX sourceI try a lot of think but i didn't arrive... I have put this buttons: [ { extend: 'copy', text: '<i class="fa fa-files-o"></i>', titleAttr: 'Copier', exportOptions:{ columns: ':visible'} } ] and this after initComplete: function( settings, json ) { table.buttons().container().appendTo('#UserHead'); }, but nothing appear....
- 21st Nov 2016Buttons Disappear after adding ajax:"..." data sourcevar table = $('#example').DataTable( { stripeClasses: [ 'strip1', 'strip2'], ajax: "setData.php", lengthMenu: [ [10, 25, 50, -1], [10, 25, 50, "All"] ], initComplete: function( settings, json ) { table.buttons().container().appendTo('#UserHead'); }, select: true, "bJQueryUI": true, order:[0,'des'], columns: [