Search
43921 results 20011-20020
Forum
- 24th Feb 2015initialize dataTable does not workIt is resolved. The table was initialized twice in two different files.
- 23rd Feb 2015sort on dates not working properly after upgrade to 1.10.5I have an empty table with regular thead, containing
- 23rd Feb 2015add a distinct() methodthis for the editable table? The problem you have
- 23rd Feb 2015pagination doing serverside processing (differently)You could just hard code a number that will always be equal to or higher than your real total. People can just keep hitting next and eventually they will just go into blank pages of the table with zero data.
- 23rd Feb 2015State Saving does not workscript alert for the table state changes like sorting,
- 23rd Feb 2015one to many relationship problemOk, it seems to work, as long as i omit the table name from the Join::inst( ... ) as well Join::inst( 'tblitem', 'array' ) ->join( 'PatronID', 'ItemPatronID')
- 23rd Feb 2015where data in object - join - editthe editor top level table, but the join is
- 23rd Feb 2015TableTools not Working in Bootstrap ModalIn which browsers , table tools are not working. Is this issue common for all browsers ? I tried your sample page in IE10 and It was working fine. However try to redraw the table again before data loading from database?
- 20th Feb 2015Using Bubble Editor - entire row is passed to server instead of single fieldcell click on my table: $('#table').on( 'click', 'tbody td',
- 20th Feb 2015Sort controls customizationCould you possibly override the datatables classes, names or IDs in your table? So you would override which tr's the datatable has control of? I'm not sure if that would work, but worth a shot maybe.