Most efficient way to update a cells after data inserted into table

Most efficient way to update a cells after data inserted into table

ztgadminztgadmin Posts: 11Questions: 4Answers: 1

I would like to create a table that makes two server calls to obtain data. The first call I have is inserting rows into my table perfectly but now I'm trying to update other columns with data from another server call and can't seem to find the most efficient way.

When I put the server call in createdRow and use the tblObj.cell(index,6) approach the page doesn't load until all updates have been made and i tried to use render in columnDefs but the table never updates w/ the data from the server

Replies

  • ztgadminztgadmin Posts: 11Questions: 4Answers: 1

    I was able to resolve this issue with "rowCallback"

This discussion has been closed.