cell not connected to database

cell not connected to database

javismilesjavismiles Posts: 205Questions: 38Answers: 3

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

Answers

  • kthorngrenkthorngren Posts: 20,139Questions: 26Answers: 4,735
    Answer ✓

    columns.render is the way to do this. Use the row parameter to get the data from the other columns in the row.

    Kevin

  • javismilesjavismiles Posts: 205Questions: 38Answers: 3

    thank you Kthorngren, yes just did it, thank u, we can close this, it worked thank u

This discussion has been closed.