cell not connected to database
cell not connected to database
javismiles
Posts: 205Questions: 38Answers: 3
in DataTables
say I want to create a cell in row of table that doesnt get data from backend, but gets data of just adding the values of two other cells of the table, how can I do that? how can i specify that this cell should not get data through ajax from backend like the other cells of the table, but that should just add the values obtained by 2 other cells? thank u
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
columns.render
is the way to do this. Use therow
parameter to get the data from the other columns in the row.Kevin
thank you Kthorngren, yes just did it, thank u, we can close this, it worked thank u