You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem
Current behavior
When the customTableActions passed to the Table component change, the custom actions in the table action bar don't change.
Expected behavior
When the customTableActions passed to the Table component change, the custom actions in should be automatically refreshed.
Minimal reproduction of the problem with instructions
Pass some custom action to the StarkTable component on initialization via the customTableActions input.
After the page has initialized, change the value passed to the customTableActions input.
The custom actions in the table are not refreshed and they remain the same when they were initialized.
What is the motivation / use case for changing the behavior?
Provide a stable and reactive Table components.
Environment
Stark version: 10.0.0-beta.7
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
When the
customTableActions
passed to the Table component change, the custom actions in the table action bar don't change.Expected behavior
When the
customTableActions
passed to the Table component change, the custom actions in should be automatically refreshed.Minimal reproduction of the problem with instructions
customTableActions
input.customTableActions
input.What is the motivation / use case for changing the behavior?
Provide a stable and reactive Table components.
Environment
The text was updated successfully, but these errors were encountered: