Description
Checklist
- I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
- This issue only relates to a single feature. I will open new issues for any other features.
Is your feature request related to a problem?
Its more of a suggestion, #1658 here is a request for table headers, i want to expand on this.
Is it possible to construct a solution with the existing API?
no
Describe the solution you'd like to see.
At the moment table has very basic functionality, extending this would make table widget much more usable and enjoyable.
In the issue that i linked there is request for the headers, i will expand on this a bit :
- Columns should be able to be pinned
2)Rows should be able to be pined
(pinning a row, makes further scrolling down the table possible, while not losing the focus of current row ) same for column
especially usefull when there are a lot of rows/columns and we must scroll
3)Rows should be able to be marked somehow (different color, it would make searching and comparing data easier,)
(example, all rows containing X value in column Y should be red)
4)Sorting of the table out of the box
5)Clicking on cell in a row should Highlight whole row, this makes following the row with your eyes much easier, and less error prone,
6)Pagination (scrolling table is great, but with larger amount of data pagination is much more useful)
Activity