Commit 55e4bfb
authored
New table (#380)
* basic init
* Cell render
* add flatten logic
* refactor of memo component
* support merge title
* add simple example
* add fixHedaer
* sticky header
* supoor ref
* support scroll
* fix right
* sticky width
* fixed support merged column
* box-shadow of fixed
* fix scroll crash
* update ts
* add basic expanded
* expandable support style update
* add addtional column of scroll bar
* make fix more beauti
* row click expand
* support `rowExpandable`
* fix click support row expandable
* limit size
* clean up
* add word break
* add colWidth to force use table width
* re-onScroll if size changed
* update demo
* fix scroll class missing
* support render span
* fix support row expand
* expandable support fix
* fix header should minus width of component
* feat: add summary support
* add indent demo
* add border-width
* add TableLayout support
* support col className
* support intend nest expandable
* support nest expanded
* adjust style
* support animation
* update demo
* support rowClassName
* tmp refactor
* mv body related commomn code into context
* support table header customize
* support customize table component
* ellipsis will add title
* hide showHeader
* table support id
* add key demo
* add nested demo
* move expanded row to a new component
* render empty
* Header support fix when no data
* empty demo
* add more style
* clean up
* fix table lint
* update ts define
* init test
* basic part of test
* more test case
* test case of rows
* customize components
* basic test coverage
* init expand test
* support expandColumnIndex
* udpate test case
* done of expand test
* done of Fixed test
* init grouping test
* finish group test
* skip test of suger
* add warning test
* add without data fixed test
* full test
* clean uo
* doc it
* test ci
* fix ignore1 parent 04de08d commit 55e4bfb
103 files changed
Lines changed: 6198 additions & 8793 deletions
File tree
- assets
- examples
- utils
- src
- Body
- Cell
- Header
- Panel
- context
- hooks
- sugar
- utils
- tests
- __mocks__/rc-util/lib
- __snapshots__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 3 | | |
12 | | - | |
| 4 | + | |
13 | 5 | | |
14 | 6 | | |
15 | | - | |
| 7 | + | |
16 | 8 | | |
17 | 9 | | |
18 | 10 | | |
| |||
21 | 13 | | |
22 | 14 | | |
23 | 15 | | |
24 | | - | |
25 | | - | |
| 16 | + | |
| 17 | + | |
0 commit comments