Log results section rebuild for performance and column reordering
Which OpenObserve functionalities are relevant/related to the feature request?
No response
Description
Current log result table grid layout uses quasar component which doesn't has column reordering feature. It takes time to render high volume of data. To improve this we need to consider light weight table component design which provide all these features.
Proposed solution
We can consider external opensource library:
- https://datatables.net/
Let's discuss if any other opensource library provide table grid feature.
Alternatives considered
NA
@bjp232004 On the other hand quasar has a lot of features not being used like Colored Rows. I have been using O2 for over a year, and can count the amount of times I needed to reorder columns 😂
Related https://github.com/quasarframework/quasar/issues/4138
Used TanStack table, with some new features. #4097
- Column Resizing
- Column Reordering
- Column ordering and Column resizing context will be saved with saved views.
- Improved Performance