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
I'm having a b-table with 30k of data being put into :items prop. We use the table fully with filter, filter-function, and the listeners as well like @hovered@selected etc.
These would be the props used to be more accurate:
Currently, whenever you click a row or try to do any action on the table there is 0.5 to 1 sec delay in response and I believe its mostly because of that 30k of data being inside the table. If you start working with the table and start clicking faster then it can't handle it and it will just freeze and you need to refresh the whole page then. I guess there is no workaround for this one but do let me know if I can improve the performance here.
Versions
Libraries:
BootstrapVue: ^2.23
Bootstrap: ~4.5.3
Vue: ~2.6.11
Environment:
Device: Macbook Pro M1 2021
OS: Sonoma 14.4.1 (23E224)
Browser: Chrome
Version: 126.0.6478.126
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm having a b-table with 30k of data being put into
:items
prop. We use the table fully with filter, filter-function, and the listeners as well like@hovered
@selected
etc.These would be the props used to be more accurate:
And also the pagination
My defaults are 100 rows per page.
Currently, whenever you click a row or try to do any action on the table there is 0.5 to 1 sec delay in response and I believe its mostly because of that 30k of data being inside the table. If you start working with the table and start clicking faster then it can't handle it and it will just freeze and you need to refresh the whole page then. I guess there is no workaround for this one but do let me know if I can improve the performance here.
Versions
Libraries:
Environment:
The text was updated successfully, but these errors were encountered: