Update row, only some cells

Update row, only some cells

poisonspoisons Posts: 15Questions: 0Answers: 0

I'm updating a table with 3 columns, by row id, using the method data() and with an array of the new values for all the 3 columns
table.row("#"+myId).data(['valueCol1','valueCol2','valueCol3']);

Is it possible to update only column 2?

Replies

Sign In or Register to comment.