Skip to content

Commit 9d39163

Browse files
authored
Merge pull request #74 from SigNoz/feat/table-virtualization-stories
feat: add table virtualization stories
2 parents d0ffad9 + 75b2c6f commit 9d39163

14 files changed

Lines changed: 2670 additions & 305 deletions
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
'@signozhq/table': minor
3+
---
4+
5+
Virtualized infinite scroll improvements:
6+
7+
- Add IntersectionObserver-based sentinel for jiggle-free loadMore
8+
- Add column pin offsets for multiple pinned columns
9+
- Bind virtualization to a single scroll container
10+
- Improve near-end detection and throttling
11+
- Dark header styling and remove external table margins
12+
- Docs: story for virtualization + infinite scroll + DnD + resize

apps/docs/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# docs
2+
3+
## 0.1.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [be0d2d6]
8+
- @signozhq/table@0.3.0
9+
10+
## 0.1.19
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [4c188bc]
15+
- @signozhq/table@0.2.0

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.1.18",
3+
"version": "0.1.20",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)