-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Table): add virtualization (#2489)
* feat: virtulization on table poc * chore: virtulized selectable demo * chore: minor changes * chore: update table styling and virtulization poc * chore: add toolbar * chore: styling fix * fix: height of table * chore: remove hasPadding from tableBody * chore: scroll styling in case of not proper space is their , in virtual table div * chore: added isVirtualized prop * chore: added dynamic width and height * chore: table hover actions fixes * fix: row bottom not visible with rowHeight * fix: distance between header height and table height * fix: gap between table cells * chore: added isSelectable todo * chore: add isVirtualized prop * chore: remove unused classes * chore: remove comments * chore: code clean up * fix: old table styling * chore: table height fix * fix: table bg on hover , (but hover actions are not working now ;_;) * fix: table hover actions :tick * fix: inconsistent size of checkbox header * chore: added examples * chore: update story * chore: pagination check and prop fix * chore: throw error * chore: added error * fix: make table response * chore: update docs & components and types * chore: fixed ts and lint errors in code * fix: more ts error and ignore few files now * chore: ignore table test * chore: update test * fix: ts error * fix: more ts error * chore: update virtuazlied table api * chore: added table body styles * refactor: styles for table and table body * chore: code clean up * chore: added test & updated ref type * chore: added changeset * fix: lint error * chore: cleanup * chore: update snap * chore: removed ununsed code * chore: unused code * chore: move updates * chore: update snap * chore: update table * chore: self review changes * chore: removed getTableRowSelector * chore: minior review changes * chore: table api changes * chore: make rowHeight internal * chore: more review changes * chore: update docs * chore: added more stories * chore: update style type , added isDisbaled and fix double background color in hover actions * fix: build error * chore: update tests * fix: update table virtualized * chore: update snap * chore: lint fix * chore: update default page size * chore: rename VirtulizedWrapper to TableVirtualizedWrapper * fix: headerHeight , rowHeight by default * chore: remove rowHeight * chore: able to pass height * chore: update ref * chore: exmaple updates * chore: update api docs * feat: move isVirtualized internally * fix: lint change * chore: update lint * chore: lint fix * chore: remove boxref * chore: update table.web.test * chore: resolve generics * chore: move tabledata to context * chore: more ts changes * chore: update body ts type * chore: more changes * chore: remove unsed file * chore: change types * chore: more values * chore: review changes * chore: remove basic table example * chore: add component id * chore: remove extra stories * refactor: isVirtualized code * chore: update snaps * chore: change to local table node * chore: update jsdocs * chore: review changes --------- Co-authored-by: saurabhdaware <[email protected]>
- Loading branch information
1 parent
a694ac7
commit bbf24c9
Showing
18 changed files
with
2,470 additions
and
1,859 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@razorpay/blade': minor | ||
--- | ||
|
||
feat(blade): add support for table virtualization |
This file contains 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
1 change: 1 addition & 0 deletions
1
packages/blade/src/components/SpotlightPopoverTour/docs/TourDocs.tsx
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.