Search
-
Adding two server side values into new column value
by matt tonks ·I currently have a datatable and would like there to be a column which totals the values of the school_paid column and the other_paid into a separate column called total. -
Setting default value for show entries not working
by arturEC ·Hello, -
dynamically fit to contents in server-side
by rivaldid ·My issue comes from the server-side pagination. -
Datatable header height keep increasing
by Luqman305 ·Hi. -
how to submit data that is generated with table.row.add
by allan ·The problem here is the async nature of the submit action, and the fact that Editor can only handle a single submission at a time. So while the first submit is being handled by the server, the loop w… -
How I change font-family in PDF Export
by Romuald ·Hi @Colin -
Create and Remove buttons not workgin.
by colin ·For debugging, you can put in log statements to follow the flow of the code. As I said though in your other thread on this subject, there really isn't much to go on here. We're happy to take a look i… -
Click function to toggle column visibility is performed once on first click, twice on second, etc
by colin ·Hi @Glyndwr , -
Click function to toggle column visibility is performed once on first click, twice on second, etc
by Glyndwr ·Each time I click on the "#archivedHidden" button the number of times the function to toggle column visibility is triggered is increased by one. -
Display blank instead of "Invalid date" for a date column.
by Glyndwr ·I have a date being return from java by JSON. If the date is null then no value is returned. The DataTable then displays "Invalid date". I would like it to display nothing (i.e., space, &qu… -
Data is undefined
by Miko55 ·I get this json back from my controller: -
Issue with Disappearing “Outline” attribute on Table Row
by Geoff_Olding ·Hello there -
Button with pagelength + image
by sadias@gmail.com ·Hello all, -
Feature to prevent blur on button click
by allan ·It's done here. It blurs on click, otherwise the button retains focus and looks a little odd for someone using a mouse for navigation. For someone using a keyboard for navigation it will retain the f… -
Switching between tables for data
by test42 ·I'll probably stick with client side then. I was planning on redrawing the same table using those functions, this was my old code using CSV I think I can resuse; -
Wierd shifted table
by badbyte ·I was making a datatable with the following code: -
multi-row footer data
by allan ·Its not that it doesn't cache the cells from the other rows, its rather than they aren't visible via the API. Two different mechanisms are currently used for this - there is a nTfparameter that DataT… -
Unhandled promise error: [object Promise]TypeError: this.db(...) is not a function
by teditor ·@allan : It works now for PostgreSQL! Many thanks! -
individual column searching not working with scrollX = true
by alfred.angkasa ·Hi, i have a problem regarding the individual searching with scrollX = true. -
Update ajax data after dropdown change
by allan ·The issue here is that this code: