2 way data binding to selected table rows #1257
Unanswered
corey-Robinson1337
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey! The $this->checkboxValues variable holds the selected ids, you can add the ids in this array and it will be selected in the table when it loads. I am not sure if this is what you need. Let me know if it works out.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to set which checkboxes are selected in the table when it's loaded.
Can anybody provide instruction on how to do this? Ideally, I would like to just provide an array of the id's that are selected and bind that to what the user selects. Any help with this would be great!!
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions