How can i refresh the whole Plutogrid table after selecting an item on a dropdown button. #783
Unanswered
codaxdev00
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I am designing a screen that renders the table (PlutoGrid). Now my problem is after selecting an item on a dropdown button that contains months of a year, I want to refresh the whole table. My table have columns for each dates of each month. The goal is whenever the user change the selected month. The column header will automatically updates based on how many days that selected month have. I already used setstate to refresh the whole screen but the table still don't refresh. Also, I have tried to use the state manager of the PlutoGrid but still can't fix it. If possible, can I have of your samples on how to implement this on pluto grid? I cant share my design because its private. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions