Search
-
Adding code when submitting from inline editor
by colin ·The problem is that you're creating additional event handlers each time - and each of these will be triggered. So with this code: -
Adding code when submitting from inline editor
by arnorbld ·Hi Alan, -
Data:null column if first return "Unknown field: (index 0)" error
by zajc ·If I changed the order of columns where data:null column is not the first column, it works OK. -
Data:null column if first return "Unknown field: (index 0)" error
by zajc ·I'm using Editor 2.0.4. If datatable first column uses data:null I'm getting the following error: -
Robust audit logging
by Loren Maxwell ·Ok, here's option 1, which is to simply compare $row['R'] with $prevValues: -
Page Len Selector Control - Styling
by allan ·1) The background colour in that example is coming from this style in the Bootstrap stylesheet: -
Robust audit logging
by Loren Maxwell ·Ah, ok . . . that makes sense. -
Column visibility with Dynamic tables
by Khalid Teli ·@kthorngren Thank you -
Combining 2 tables, editing only the second table
by ostmal ·This is the code with "Mjoin": -
Combining 2 tables, editing only the second table
by ostmal ·Hello! -
Split jQuery files
by jalape ·Thanks Allan for your time, -
Individual column search not working with SSP
by allan ·Thanks. -
Change data / query when exporting datatable
by colin ·Possibly, though I've not tried it. This thread here may help - it's showing how the exportOptions can be customised to call an Ajax end-point for the data. You could try that approach and see if it … -
object-reference-not-set-to-an-instance-of-an-object in Editor version 2.0.4 but not 1.9.6
by allan ·I might have it, could you add: -
Combining fixed header, export buttons, and double column filtering issue
by YoDavish ·@kthorngren thanks for the response. I was able to replicate the example and move the individual search input below the header, however, I'm not able to get it to perform the search anymore, I am usi… -
Combining fixed header, export buttons, and double column filtering issue
by YoDavish ·@kthorngren -
A simple table. The warning "Warning about data tables: table ID = …" pops up
by ostmal ·A simple table. The warning "Warning about data tables: table ID = …" pops up -
Individual column search not working with SSP
by bbrindza ·Here is the the Network Response from the ssp.class.php. **NOTE: Not sure why the SQL from is repeated in the response output -
Individual column search not working with SSP
by bbrindza ·Here is the the Network Preview showing the echoed SQL from the ssp.class.php. -
Split jQuery files
by jalape ·Thank you Kevin,