Commit Graph

39 Commits

Author SHA1 Message Date
Zhong
c15aea57f7 docs(components): update API TOC and fix typo (#22095)
docs: update API TOC and fix typo
2025-09-10 08:59:55 +08:00
sea
73a55f55bd docs: update some components exposes title (#22075)
docs: update exposes title
2025-09-08 12:34:25 +02:00
Noblet Ouways
db2b64159a fix(components): [table-v2] add missing LEFT member in Alignment (#22010)
closed #10113
2025-09-03 13:39:33 +08:00
Noblet Ouways
cae0590f6d docs: table-v2 add @end-reached parameter description (#20484) 2025-04-22 20:40:33 +08:00
DDDDD12138
f9890d1df4 docs: [table-v2] move row-event-handlers from events to attributes (#20242) 2025-03-24 17:13:00 +08:00
btea
15b98154c1 Revert "docs: optimization API style (#19793)" (#20039)
This reverts commit fe9cc6351b.
2025-03-07 09:29:45 +08:00
jiaxiang
fe9cc6351b docs: optimization API style (#19793)
* docs: optimization API style

* chore: Transfer

* chore: update

* fix: update
2025-02-09 13:35:08 +08:00
btea
095eb14521 docs: format table-v2 & use actions/upload-artifact v4 (#19670)
* docs: format table-v2

* chore: update actions/upload-artifact

* chore: update

* chore: update
2025-01-17 08:32:27 +08:00
baclona
66c03b823f docs(components): [table-v2] add indent-size (#19621)
docs(components): [table-v2] add `indent-size`

Co-authored-by: gongbei <gongbei@wps.cn>
2025-01-13 17:01:32 +08:00
sea
e271f0cf85 docs(components): [table-v2] unified display style of parameters (#18937)
* docs(components): [table-v2] unified display style of parameters

* Update docs/en-US/component/table-v2.md

Co-authored-by: btea <2356281422@qq.com>

* feat: update

---------

Co-authored-by: btea <2356281422@qq.com>
2024-11-21 17:54:55 +08:00
betavs
0dc9b6479f fix(components): [table-v2] columns missing key field (#17891)
* fix(components): [table-v2] columns missing key field

* perf(components): [table-v2] columns missing key field

* test(components): [table-v2] columns missing key field

* perf(components): [table-v2] columns missing key field
2024-09-03 21:05:21 +08:00
qiang
c0f06a4fc4 docs: remove tip about client-only (#17852) 2024-08-13 08:40:30 +08:00
Kylin
254fe0504c docs(docs): uniform default (#17173) 2024-06-13 05:37:48 +00:00
Mafia
6a0efea64e docs(components): [table-v2] minWidth and maxWidth support type typo (#16415)
feat(components): [table-v2]  `minWidth` and `maxWidth` support type typo
2024-04-09 21:03:17 +08:00
zepeng
ae29ec5436 docs: [table-v2] modify the type definition of the row slot (#14254)
* fix(docs): [table-v2] modify the type definition of the row slot

* Update table-v2.md

* Update table-v2.md
2023-09-17 14:31:03 +08:00
btea
c6515e09c0 chore: format code (#14037) 2023-08-23 10:33:16 +08:00
Tommy
b055a0759d fix(docs): [table-v2.md] corrected en-US grammar, spelling, readability (#13900)
* fix(docs): [table-v2.md] corrected en-US grammar, spelling, readability

* fix(docs): [table-v2.md] resolved feedback

* fix(docs): [table-v2.md] resolved feedback, further improvements
2023-08-10 07:09:02 +00:00
qiang
22de9e06bd docs(build): add required attribute to the tag plugin (#13691) 2023-07-22 08:38:38 +08:00
xy
972c8f4ef4 docs(components): [table-v2] update the type description for Events (#13362) 2023-07-20 16:25:33 +08:00
dopamine
649fa56a7a docs: anchor link doesn't scroll to the correct anchor point (#12839)
* docs: anchor link doesn't scroll to he correct anchor point

* icon & table-v2
2023-05-16 21:49:48 +08:00
Xc
76ee456b29 docs(style): use new display tag (#11648)
* docs(style): use new display tag

* docs(components): use new tag
2023-04-09 21:02:49 +08:00
0024
15e09cebfa docs(docs): replaced the discord (#11325)
* docs(docs): replaced the discord

replaced the discord with https://discord.com/invite/gXK9XNzW3X

closed #11232
2023-01-30 22:24:10 +08:00
LooSheng
91c79c955e docs(ssr): component ssr/ssg usage tips (#10982) 2022-12-15 19:59:34 +08:00
Xc
ec28a63530 docs(components): tag left spacing (#10562)
* Rename using kebab-case
* Adjust component and document spacing
2022-11-12 13:02:47 +08:00
btea
d560ce2b4e chore(docs): [table-v2] update column attribute name (#10531) 2022-11-09 12:39:29 +08:00
btea
30a5e52630 docs(components): [table-v2] add row-expand event (#9979) 2022-10-01 12:18:49 +08:00
iamkun
d215feec39 docs: update table v2 doc (#8203)
* docs: update table v2 doc

* chore: update

Co-authored-by: RealityBoy <1923740402@qq.com>
2022-09-11 01:08:33 +08:00
qiang
189c379ddc chore: add attribute enum autosuggestion for WebStorm (#9663) 2022-09-10 09:14:31 +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
云游君
6f9d55471b docs: add dark mode usage & compile dark/css-vars.css (#7513)
* docs: add dark mode usage & compile dark/css-vars.css

* docs: add example link
2022-05-05 19:56:10 +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
2d4c52e352 docs(components): [virtual-table] documentations (#7386)
* docs(components): [virtual-table] documentations

- Add examples for `sticky-rows`.
- Add examples for `fixed-columns`.

* Remove style language marking
2022-04-26 14:16:46 +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
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