Search
19118 results 15161-15170
Forum
- 26th Oct 2018POST variables not being passed to server sidehave my queries already created.
- 25th Oct 2018Add filter to server side Datatableby DataTables or you've created your own? In my
- 24th Oct 2018License working funnyWere you logged in to the site when you created your download package?
- 24th Oct 2018pageResize Plugin...of this demo I've created a resizeable box around
- 23rd Oct 2018Stop sort after Inline Update & Add new ItemWhen a row is created, you could set a
- 22nd Oct 2018Search filter does not match all newline charactersHi @NRT , That seems reasonable. I've created a jira for this (DD-669), and will report back when it's progressed. Cheers, Colin
- 20th Oct 2018Format Data for display and add edit delete buttons on server side script"columnDefs": [ { "targets": 3, "createdCell": function (td, cellData, rowData, row, col) { if ( cellData == "Active" ) { $(td).css('color', 'green') } if ( cellData == "Inactive") { $(td).css('color', 'red') } } } ]
- 19th Oct 2018initSubmit not firing for EditorSolved: I created two event handlers for every Editor - a preSumbit to validate the user input and an initSubmit perform any calculations or data updates.
- 18th Oct 2018columnDefs.createdcell settings lost after editI believe columns.createdCell only runs when the cell is first created. You may need to use rowCallback to update the formatting after each draw. Kevin
- 17th Oct 2018Update cell attribute after inline editI have created a test case here: http://jsfiddle.net/u1dg5c6k/12/ where you can see that data.DT_RowId is undefined. I have also added a console.log(data). Thank you in advance for any insights.