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

Infinite scroll #3

Closed
ericwern opened this issue Mar 24, 2023 · 3 comments
Closed

Infinite scroll #3

ericwern opened this issue Mar 24, 2023 · 3 comments

Comments

@ericwern
Copy link

I see that infinite scroll/progressive loading is still as a TODO. Do you have any plan for when this is going to be implemented? And also are you planning on having the scroll in the tbody or outside of the tbody?

@ericwern ericwern reopened this Mar 24, 2023
@ericwern
Copy link
Author

I'll add some more comments in the same issue that iv'e been thinking about

  • Support for subheaders with use of colspan, rowspan
  • Add some kind of primary action for clickable row, or a set of possible actions through table config

@gribouille
Copy link
Owner

Hello eric,
I have added the routing of internal actions in elm-table today here:
gribouille/elm-table#7

I will backport these changes in elm-table-tailwind soon and I'll add the infinite scroll.

For clickable row, you can create a custom view, it will be easier than filter the internal actions to check if a row has been clicked.

I would look for subheaders.

@ericwern
Copy link
Author

@gribouille Great :) Have you given a thought about infinite scroll as well?

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

2 participants