Commit 2ae4bf6
authored
feat(AnalyticalTable): Refactoring, add onRowExpandChange and placeholder loading (#207)
BREAKING CHANGE: Removed unused prop `cellHeight`, use `rowHeight` instead
BREAKING CHANGE: Removed unused prop `reactTableProps`
BREAKING CHANGE: Removed unused prop `getTableProps`
BREAKING CHANGE: Removed unused prop `getHeaderGroupsProps`
BREAKING CHANGE: Removed unused prop `getHeaderProps`
BREAKING CHANGE: Removed unused prop `getRowProps`
BREAKING CHANGE: Removed unused prop `getCellProps`1 parent fe50a43 commit 2ae4bf6
File tree
25 files changed
+1269
-239
lines changed- packages/main
- src/components/AnalyticalTable
- ColumnHeader
- DefaultNoDataComponent
- LoadingComponent
- __snapshots__
- defaults
- Column
- FilterComponent
- LoadingComponent
- NoDataComponent
- demo
- hooks
- virtualization
25 files changed
+1269
-239
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
180 | 196 | | |
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 137 | + | |
147 | 138 | | |
148 | 139 | | |
149 | 140 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 0 additions & 27 deletions
This file was deleted.
0 commit comments