LIUCHAO
|
f3215b6bff
|
fix(components): [table-v2] fix scrolling fail (#16470)
fix(components): [table-v2] Fix scrolling fail
closed 16266
|
2024-04-26 11:33:30 +08:00 |
|
Xc
|
f99257c816
|
fix(components): [table-v2] fixed mode hovering rerender cell (#12378)
* fix(components): [table-v2] fixed mode hovering rerender cell
* fix(components): [table-v2] fixed mode hovering rerender cell
* Update packages/components/table-v2/src/composables/use-row.ts
Co-authored-by: qiang <qw13131wang@gmail.com>
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
|
2024-04-04 17:11:29 +08:00 |
|
btea
|
705c999f5f
|
fix(components): [table-v2] header style error (#15950)
|
2024-02-27 14:27:27 +08:00 |
|
一只前端汪
|
0c8b6a5906
|
fix(components): [table-v2] cell, header-cell, empty slots not displayed (#15016)
Thanks for your contribution.
|
2023-12-05 15:08:08 +08:00 |
|
dopamine
|
c731027f9b
|
fix(components): [table-v2] calculate the width of MainTable in the same way (#13584)
* fix(components): [table-v2] calculate the width of MainTable in the same way
* fix: duplicate properties
|
2023-08-15 21:01:46 +08:00 |
|
Xc
|
66e74c8f1b
|
fix(components): [table-v2] Adjust the expandable (#12519)
|
2023-05-01 16:18:18 +08:00 |
|
井柏然
|
406ac68fc8
|
fix(components): [table-v2] endReached triggered twice when first (#11928)
|
2023-03-10 14:49:20 +08:00 |
|
qiang
|
6b983e1215
|
chore(components): [table-v2] accessibility improvement (#11891)
|
2023-03-08 15:14:06 +08:00 |
|
qiang
|
2734d50967
|
fix(components): [table-v2] class of column is not valid (#11815)
closed #11810
|
2023-03-04 21:45:28 +08:00 |
|
LIUCHAO
|
48b40a5f27
|
fix(components): [table-v2] fix scroll to bottom (#9959)
closed 9953
|
2022-10-18 12:15:21 +08:00 |
|
Xc
|
e008e92ce7
|
fix(components): [table-v2] cell and header-cell slots parmas (#9665)
* fix(components): [table-v2] cell and header-cell slots parmas
* fix(components): [table-v2] add slots scope test
|
2022-09-07 21:50:05 +08:00 |
|
btea
|
8fb1d458df
|
fix(components): [table-v2] header-cell slots invalid (#9585)
|
2022-09-01 22:40:16 +08:00 |
|
Xc
|
49bc7fb66a
|
fix(components): [table-v2] cell slots invalid (#9531)
|
2022-08-31 13:31:53 +08:00 |
|
zz
|
34d1d6f63e
|
fix(components): [table-v2] fix style import (#9510)
|
2022-08-29 11:00:04 +08:00 |
|
三咲智子
|
7097940f4a
|
refactor: add ts-nocheck and check all files (#8401)
|
2022-06-22 08:04:42 +08:00 |
|
webfansplz
|
ab88ec505a
|
fix(components): [table-v2] column's min-width should work normal (#8226)
|
2022-06-12 11:39:00 +08:00 |
|
btea
|
792265d56a
|
fix(components): [table-v2] don't spread headerClass (#7729)
|
2022-05-17 09:25:32 +08:00 |
|
JeremyWuuuuu
|
16abb4ca41
|
improvement(components): [virtual-table] (#7557)
- Add method `scrollToRow` to VirtualTable.
- Restore missing `cellProps` attribute.
- Add example for **Manual Scroll**.
- Add example for **Cross Hovering**.
- Update documentation accordingly.
|
2022-05-07 19:06:57 +08:00 |
|
JeremyWuuuuu
|
9b3a88811d
|
improvement(components): [virtual-table] (#7548)
- Add example for selection.
- Add example for inline editing.
|
2022-05-07 11:47:52 +08:00 |
|
JeremyWuuuuu
|
090706250b
|
feat(components): [auto-resizer] new component (#7541)
* feat(components): [auto-resizer] new component
- Add new component AutoResizer for skip passing width/height.
- Update documentation for AutoResizer.
- Update FAQs for TableV2.
- Update interfaces for TableV2.
* Fix linter error
* Fix linter issue
|
2022-05-07 09:47:32 +08:00 |
|
JeremyWuuuuu
|
14cfb0500f
|
docs(components): [virtualized-table] finishing leftovers (#7496)
- Finishing the documentation examples
- Add APIs to the documentation
- Fix some issue while updating the documentations
|
2022-05-05 00:54:49 +08:00 |
|
JeremyWuuuuu
|
46d04c7ddd
|
docs(components): [virtual-table] spans (#7441)
|
2022-04-29 17:57:39 +08:00 |
|
JeremyWuuuuu
|
dc98974db9
|
docs(components): [virtual-table] filtering (#7401)
- Add example for adding filter.
- Export header cell slot renderer interface.
|
2022-04-27 15:41:22 +08:00 |
|
JeremyWuuuuu
|
1037eb75b4
|
docs(components): [virtual-table] grouping header (#7397)
|
2022-04-26 19:21:12 +08:00 |
|
JeremyWuuuuu
|
915e1ffe26
|
docs(components): [virtual-table] custom cell & row class (#7370)
- Add example for customizing cell
- Add example for customize row class
|
2022-04-25 17:53:49 +08:00 |
|
JeremyWuuuuu
|
79d45df09c
|
chore(components): [virtual-table] code reorg (#7356)
- Reorganize code for components under vtable/components
|
2022-04-24 15:42:25 +08:00 |
|
JeremyWuuuuu
|
77c7225a9d
|
docs(components): [virtual-table] basic usage (#7352)
- Add entry for table-v2
- Add basic usage for table-v2
|
2022-04-24 13:44:40 +08:00 |
|
JeremyWuuuuu
|
6d9e56a106
|
feat(components): [virtual-table] compsables (#7341)
- Split `use-table` into separate files for better readability
|
2022-04-23 20:05:20 +08:00 |
|
JeremyWuuuuu
|
5f58657b69
|
feat(components): [virtual-table] overlay renderer (#7314)
- Add Overlay renderer
- Add Overlay in table-v2
- Update table-v2.scss for overlay
|
2022-04-22 08:07:01 +08:00 |
|
JeremyWuuuuu
|
74a8d8ba32
|
feat(components): [virtual-table] empty renderer (#7308)
- Add Empty component.
- Add empty render conditions.
- Add empty rendering to table-v2.
|
2022-04-21 18:45:35 +08:00 |
|
JeremyWuuuuu
|
658d396ff7
|
feat(components): [virtual-list] renderers
- Add Footer renderer.
- Add footer rendering for table-v2.
- Update table-v2.scss for footer rendering.
- Update utils typing.
|
2022-04-21 16:37:07 +08:00 |
|
JeremyWuuuuu
|
655fecd8f2
|
feat(components): [virtual-table] renderers (#7273)
- Update table grid for dynamic height row rendering
- Expose reset rendered row methods for Grid
- Expose enums in virtual table for user facing usages.
- Update table-v2 style.
|
2022-04-20 18:06:45 +08:00 |
|
JeremyWuuuuu
|
ed08609bd4
|
feat(components): [virtual-table] renderers (#7224)
- Fix custom renderer for column cell and header column cell.
- Add helper method for rendering cells.
- Update column interface for correctness.
- Remove some unused code in `use-columns`.
|
2022-04-18 23:32:10 +08:00 |
|
JeremyWuuuuu
|
5716a94211
|
feat(components): [virtual-table] renderers (#7218)
- Temporarily removed ColumnResizer in HeaderCell
- Update VirtualScrollbar to match the design
- Style updates
|
2022-04-18 15:53:03 +08:00 |
|
JeremyWuuuuu
|
8f57571d6b
|
feat(components): [virtual-table] renderers (#7204)
- Update sorting for table-v2.
- Update SortIndicator component's style.
|
2022-04-18 00:49:35 +08:00 |
|
JeremyWuuuuu
|
0aabc18db7
|
feat(components): [virtual-table] renderers (#7201)
- Add RightTable component for rendering right fixed columns
- Add style for right fixed columns
- Fix the judgment bug for left fixed columns
|
2022-04-17 21:20:21 +08:00 |
|
JeremyWuuuuu
|
e610149fb7
|
feat(components): [virtual-table] renderers (#7198)
- Add LeftFixedTable component renderer
- Render LeftFixedTable for table-v2
- Add style for left table
|
2022-04-17 19:28:44 +08:00 |
|
JeremyWuuuuu
|
da63b35c6b
|
feat(components): [virtual-table] renderers (#7195)
- Move render function into rendering units
|
2022-04-17 15:34:52 +08:00 |
|
JeremyWuuuuu
|
83aba9fd7a
|
feat(components): [virtual-table] renderer (#7191)
- Add ExpandIcon for rendering expandable row
- Fix a potential bug in VirtualGrid component
- Add method for mapping expandable data
|
2022-04-17 11:36:14 +08:00 |
|
JeremyWuuuuu
|
971d58d9f4
|
feat(components): [virtual-list] renderer (#7167)
- Add column-resizer for resizing column
- Add sort and column resizer to row header renderer
|
2022-04-14 22:13:16 +08:00 |
|
JeremyWuuuuu
|
95df88fe70
|
feat(components): [virtual-table] renderer (#7158)
- Add renderer for rendering header and header cell
|
2022-04-14 12:16:01 +08:00 |
|
JeremyWuuuuu
|
d8a138ea38
|
feat(components): [virtual-table] renderer (#7151)
- Add renderer for main table
|
2022-04-13 22:21:47 +08:00 |
|
JeremyWuuuuu
|
8ee55a6d20
|
feat(components): [virtual-table] renderer (#7148)
- Add renderer for render row and row-cell
|
2022-04-13 18:56:31 +08:00 |
|
JeremyWuuuuu
|
dbebca623b
|
feat(components): [virtual-table] composables (#7143)
- Add implementation for virtual table composables
|
2022-04-13 15:24:17 +08:00 |
|
JeremyWuuuuu
|
9a05d5cdc2
|
feat(components): [virtual-table] Table (#7083)
* feat(components): [virtual-table] Table
- Add composable for column management.
* Update table props
|
2022-04-10 17:50:18 +08:00 |
|
JeremyWuuuuu
|
993971e872
|
feat(components): [virtual-table] grid table (#7081)
- Add grid table props definitions
- Implemented TableGrid component
- Update Virtual Grid for rich typing
|
2022-04-10 14:05:12 +08:00 |
|
JeremyWuuuuu
|
bf14b8f25f
|
feat(components): [virtual-table] TableHeaderCell (#7075)
- Add TableHeaderCell props definition
- Implement TableHeaderCell
- Extract some common props
- Fix components' name
|
2022-04-09 18:48:03 +08:00 |
|
JeremyWuuuuu
|
9b08619a69
|
feat(components): [virtual-table] table header row (#7072)
- Add table header row props definition
- Implement table header row
|
2022-04-09 17:02:08 +08:00 |
|
JeremyWuuuuu
|
c85d2cca3d
|
feat(components): [virtual-table] header (#7070)
- Add TableHeader props definition
- Implement TableHeader component
|
2022-04-09 15:16:22 +08:00 |
|
JeremyWuuuuu
|
aeb2b6fc4d
|
feat(components): [virtual-table] cell (#7068)
- Add Cell component props definition
- Implemented Cell component
|
2022-04-09 11:38:04 +08:00 |
|