-
Notifications
You must be signed in to change notification settings - Fork 272
[In Progress] [Feat] Table Lite Component #1939
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
Draft
Draft
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
2664082
clone original Table Comp
iamfaran 9ff640d
register table lite comp
iamfaran 491782f
remove expansion data layer
iamfaran b43d31e
remove expansion functionality from table
iamfaran 13cdeff
fix imports for table lite comp
iamfaran 966c4df
remove edit functionality
iamfaran 4d75755
remove filter modal / table toolbar unnecessary code
iamfaran d03a02d
remove search filter and fix css issue
iamfaran 5d6301e
remove edit / insert functions
iamfaran 714e6cc
remove row context
iamfaran d4afdb4
split down tableComp.tsx
iamfaran 8b492c2
refactor tableCompView
iamfaran a909c64
refactor / add virtualization
iamfaran 18a93cf
remove edit functionality from columns
iamfaran 6b34a8d
remove remaining edit functionality from the columns
iamfaran 38c8653
remove change value props
iamfaran c82279e
refactor columnToAntd function
iamfaran 29f29b3
remove more edit related code from columns
iamfaran c406bb5
add basic filters in headers
iamfaran f09e36f
add dynamic virtualization
iamfaran 07abda7
remove unnecssory code for virtualization
iamfaran 5a6ac32
fix x scrolling
iamfaran 3af069a
scroll fixes
iamfaran 1e1b61e
fix virtualization toolbar bottom
iamfaran e98b05c
hide horizontal scroll virtualization
iamfaran fed09b1
fix y scroll
iamfaran 58f13b2
delete rc-virtual-list
iamfaran b8c7586
fix infinite re renders / unnecessary logic
iamfaran c84c902
add styling structure / refactor styles
iamfaran 67f9952
add custom Hook to calculate table height / body
iamfaran 26f6b10
Add Base Table component
iamfaran 4fd3e12
Add auto / fixed tables
iamfaran 37d494a
basic refactor complete
iamfaran d73a5ff
add styles
iamfaran 3edaee4
fix header styles
iamfaran 4590bfe
add remaining styles
iamfaran 2fc52e6
move footer inside the main wrapper
iamfaran 8a4c68f
fix window height
iamfaran 6f5f5c5
Add footer/ header customizations + virtualization layout fix
iamfaran c30ffdd
add borders
iamfaran b293eac
implement simple bar
iamfaran ffbea62
add customize scrollbars functionality
iamfaran 59e02f5
add scroll
b6f71c2
match colors
3ae83d5
scrollbar settings
f86fcd3
hide custom scrolls on virtualization
19692fd
styled components syntax
dc6c5b9
fix scolling customization
iamfaran 85f690f
remove console log
iamfaran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
hide horizontal scroll virtualization
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.