Search
-
pagination/input.js plugin with Editor and inline edits - difficult to get focus into Page Input box
by msand01 ·I recently started using the input.js plugin along with DataTables and Editor to be able to jump to a page easily. It works great for the most part. However, I noticed when editing a cell, if befor… -
Select filter on header and fixed - wrong option values
by kthorngren ·Here is an example: -
DataTables Editor Issues Setting Up MJoin between two tables
by MHCCAIRTeam ·Sure, no problem! Exactly the join was just for some additional information in the DataTable and not meant for editing or the key/value's of a column. So I have something like this for my javascrip… -
Datatables change row to order data
by FrazeColder ·Hey Guys, -
KeyTable with rendered buttons and checkboxes
by tom@pdp ·Hello, -
How can i change the search bar side? from the right to the left?
by MSLtd ·@PsyBoot , You're in luck! -
Select filter on header and fixed - wrong option values
by FrazeColder ·Hey Guys, -
Bubble edit not updating left joined table
by Tech360 ·I am using the php library of editor and -
Dynamically added fields in custom form not showing..
by kaustubh.agrawal2000 ·Hello. -
@hidden column -> overflow-x visible scrollbar
by Sveno ·table#datatables has a inline width of 1142px -
@hidden column -> overflow-x visible scrollbar
by Sveno ·Hi, -
Editor upload files with uuid not working.
by naspersgasp ·Hi, -
How do I get the value of a hidden column?
by patreeeeek ·This is how I generate my datatable: -
Use input fields inside table with key navigation
by bindrid ·$('#id_table').DataTable( { keys: true } ).on( 'key-focus', function ( e, datatable, cell, originalEvent ) { $('input', cell.node()).focus(); } ).on("focus", … -
Use input fields inside table with key navigation
by bindrid ·$('#id_table').DataTable( { keys: true } ).on("focus", "input", function(){$(this).select();}) -
Render Human Readable numbers
by tux57 ·I come back to you the solution does not correspond to my request. -
Editor autocomplete plugin does not accept mouse selection with inline mode
by kthorngren ·I moved your code to this test case: -
ID larger than 1 character not working
by kthorngren ·Sorry, didn't look close enough at your code. You have defined data: "id" twice which probably won't work. Your columns should look more like this: -
ID larger than 1 character not working
by kthorngren ·Looks like you still are using data[0]: -
Remove child rows with no data (empty)
by toishibekov ·this is my code: