Currently, there is an issue where the table view is not automatically updating when data is changed through the provider. In such cases, it is necessary to perform an action like displaying a specific view or hitting a refresh button to reflect the data in the table.
Launch the app and display the table view.
Update the data through the provider.
Observe that the table view does not update automatically.
After displaying a specific view or hitting a refresh button, the data updates in the table.
The table view should update automatically when the data changes through the provider. Users should not have to perform additional actions to see real-time data updates.
Operating System in use: web
App Version in use: latest (0.0.7)
Provider Library and Version in use: 6.0.5
Assistance is needed to address this issue. Thank you.
Currently, there is an issue where the table view is not automatically updating when data is changed through the provider. In such cases, it is necessary to perform an action like displaying a specific view or hitting a refresh button to reflect the data in the table.
Launch the app and display the table view. Update the data through the provider. Observe that the table view does not update automatically. After displaying a specific view or hitting a refresh button, the data updates in the table.
The table view should update automatically when the data changes through the provider. Users should not have to perform additional actions to see real-time data updates.
Operating System in use: web App Version in use: latest (0.0.7) Provider Library and Version in use: 6.0.5 Assistance is needed to address this issue. Thank you.
example: https://github.com/donghune/expandable_datatable_example