-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed row headers on Table and DataGrid #2339
Comments
Can you explain what is fixing the row headers? Not be able to resize? |
That is, when the height of the table / DataGrid is limited, a scroll bar will appear in tbody (when the data cannot be displayed completely), and then the contents (table data) can be scrolled, but not the header. Fixed columns are the same: if I limit the width of the table and the width of each column, then when there are too many columns, the horizontal scroll bar will be displayed. When I scroll the horizontal scroll bar to the right, the fixed columns will not scroll together |
I can use some CSS styles to control, but it's better to have built-in functions |
The fixed header is done a few days ago, #2293 For columns, it is not a priority so for now it will need to wait. |
OK, these functions are often used in real projects, and table / DataGrid is a very common and important data presentation component, hoping to integrate more and more powerful practical functions PS: I ran the chart streaming example in the document. The delay of real-time rendering is very high. I hope it can be improved. Dynamic generation of chart data and display are also common functions of various report pages |
@David-Moreira you have worked on the fixed header so maybe you can make the same for the fixed columns? v1.0? |
God! Do I love these features!! |
I don't know, do you? 😂 |
😂... |
Would love to see this feature in the future. |
You will most likely need to adjust some CSS. Look at SO for reference https://stackoverflow.com/questions/1312236/how-do-i-create-an-html-table-with-a-fixed-frozen-left-column-and-a-scrollable-b |
I hope Table and DataGrid can add the function of fixing row headers and columns
The text was updated successfully, but these errors were encountered: