Search
-
Pass value through bubble editing via POST
by kumamari ·I'm trying to pass a row number via POST through the editor.bubble function. All I get is what I have in the network tab that is attached. I need to reference the row number via $_POST['data']["… -
Multiple editors
by xfloyd ·Hello, -
Bug in postSubmit, submitSuccess events
by rf1234 ·I tried it with a much simpler stand alone table - and it worked (checked with debugger). This Editor instance has the same default settings as the one above: -
Bug in postSubmit, submitSuccess events
by rf1234 ·var contractFixedEditor = new $.fn.dataTable.Editor({ ajax: { url: 'actions.php?action=tblContractFixed', data: function (d) { var selected = contractTable.row({selected: true}); if (selected… -
Call back state stave position of table after load more records
by pnguyen2609 ·Hi All -
Data Tables and custom Search
by allan ·Got it! -
Curious problem using the Search box on the Datatables list window
by obrienj ·I have most everything working with Datatables and the editor. -
Editor 1.6.4 with LOOSE type checking
by geometry ·I am running into this exact scenario with the original JSON data for the table containing numbers but the data retrieved from the editor being strings and hence being included in the "changed&q… -
Load state after api is available
by stevevance ·I would like to load a state object from a URL, so that people can share permalinks to specific views of the table. -
Is it possible to hide the row with column headers?
by hm123 ·That's works, although a little too well, for what I'm aiming for; -
Is it possible to hide the row with column headers?
by kthorngren ·You need to change use the proper selector. I think Shay's #selector means to put your selector there. Try this: -
Is it possible to hide the row with column headers?
by hm123 ·From what I was able to gather from that, it should go into the code here: -
Uncaught SyntaxError: Unexpected token {
by User123456 ·I was doing the code below, howerever, it's not shown as expected and returns: -
Server side pagination stops to work on fifth page
by eudutra ·HI, I'm using server side process and when I click on a button to access the 5th page, I received this error: -
Invalid JSON response
by AndreDehCastro ·Hey guys, -
click sobre fila
by silens ·Hola otra vez, va usted a aprender a hablar Español. -
Error with buttons in rows
by bindrid ·Quickest solution is to change TablaLosAlumnos.row to $('#TablaLosAlumnos').DataTable().row so that you don't have the dependency on a variable. -
Error with buttons in rows
by mldgato ·I have a table which shows the information I need, the problem is that at the time of clicking the buttons that I place in each row tells me that the variable where I save the datatable tells me that… -
Adding a dropdown as the last column
by phavanagi ·Hi, -
Editor Datatables: Bootstrap modal window not populating dynamic select options
by matissg ·@allan