-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
Currently, we are using DataTables in the WebView as the data viewer with session watcher enabled. It has the following capabilities (but we are not using all of them at the moment):
- Sorting a column
- Always show column header on page top
- Different background color of odd/even rows
- Highlight row on hover
- Highlight rows on click
- Search text and filter rows over the entire table
- Paging (not used yet)
There are some alternative data viewer widgets that could provide more power features such as column filtering by value or range (like in RStudio), multi-column ordering. I guess we could investigate into this and see if we could provide a more powerful data viewer.
More powerful alternatives:
- Handsontable (maybe there's potential license issue)
ElianHugh, ManuelHentschel, Ikuyadeu, eitsupi, RandomFractals and 4 more