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

POC redefine row functions as static importable functions #5185

Closed
wants to merge 1 commit into from

Conversation

KevinVandy
Copy link
Member

This is a POC for a different approach to TanStack Table, where all functions for cells, rows, columns, and the table would have to be explicitly imported to be used instead of calling row.functionName(). This could result in much smaller JS per application, as all TanStack Table code would be used, or tree-shaken away.

This PR does not actually include removing the row apis. But it does move all function definitions for row.ts to their own definitions to be exported statically.

@KevinVandy KevinVandy closed this Jan 1, 2024
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

Successfully merging this pull request may close these issues.

1 participant