Any way to get all selected rows out of component? #1270
Answered
by
abhaypithadiya
lozynskiadam
asked this question in
Q&A
-
Is there any possibility to retrieve selected rows on all powergrid pages using separate livewire component or javascript? |
Beta Was this translation helpful? Give feedback.
Answered by
abhaypithadiya
Nov 27, 2023
Replies: 1 comment 1 reply
-
Hey! You can use If you have named your table you can change the table name or it will be 'default'. Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lozynskiadam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
You can use
window.pgBulkActions.get(your_table_name)
to retrieve selected rows in Javascript.If you have named your table you can change the table name or it will be 'default'.
Hope this helps!