What is the best way to preset some data and make it available even when not rendered yet?

What is the best way to preset some data and make it available even when not rendered yet?

rognalesrognales Posts: 8Questions: 3Answers: 1
edited February 2019 in Free community support

What is the best way to preset some data and make it available even when not rendered yet?

Using rowCallback only set the values on loaded records. Same goes for createdRow. From docs, both are related to rendered data. Similar to checking a checkbox.

Basically, i want to get selected row(s)~~~~. My source for selecting row can be from ajaxor from onClick handler on tbody>tr[role="row"]

Answers

This discussion has been closed.