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
@lschierer Thanks for your PR ! It's fixed when we change columns or data option. But it's not working with other options such as defaultColumn, columnResizeMode... I really think the controller should spread options param.
When the options in TableController.table changes, they are not used => previous options are kept.
I look in the code. I think it because '...options' is missing when we setOptions on tableInstance.
Current code :
The text was updated successfully, but these errors were encountered: