-
Notifications
You must be signed in to change notification settings - Fork 0
feat: @arkejs/table v1.0.0 #22
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
base: main
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 148 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 1 | 5 | 142 | 0 |
Click to see the invalid file list
- packages/table/src/features/pagination.ts
- packages/table/src/index.ts
- packages/table/src/types/feature.ts
- packages/table/src/types/table.ts
- packages/table/src/utils/functional-update.ts
feat: add basic visibility feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 151 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 1 | 8 | 142 | 0 |
Click to see the invalid file list
- packages/table/src/core/column.ts
- packages/table/src/core/table.ts
- packages/table/src/features/column-visibility.ts
- packages/table/src/features/pagination.ts
- packages/table/src/index.ts
- packages/table/src/types/feature.ts
- packages/table/src/types/table.ts
- packages/table/src/utils/functional-update.ts
feat: add column filtering
feat: add sorting feature
feat: add custom cell render
feat: add functional update to table state fns
feat: add column pinning
Description
WIP 🚧