Skip to content
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

Displays the header title on the specified row #153

Open
wangrangli opened this issue Dec 3, 2021 · 0 comments
Open

Displays the header title on the specified row #153

wangrangli opened this issue Dec 3, 2021 · 0 comments

Comments

@wangrangli
Copy link

Is your feature request related to a problem? Please describe.

When long table data is displayed, sometimes the header title of the data cannot be seen on the whole screen, and then the user cannot quickly distinguish these data.

Describe the solution you'd like

In this way, pagination can be realized to display those long table data.
You can add a function like named displayHeaderAtRow (row: 'Int') to insert the display header title on the specified line by calling the function.
Add a property named showHeaderPerRowCount to insert the display header title every certain number of rows.
Add an property showHeaderAtFoot to display the header title at the end of the table.

Describe alternatives you've considered

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant