naive-ui/design-notes/todo.md

38 lines
553 B
Markdown
Raw Normal View History

# TODO
## DataTable
- (moderate) Add fast path for virtual mode if no cell crosses rows
2021-06-22 10:30:34 +08:00
- (moderate) Multiple column sorting
2021-06-22 12:09:42 +08:00
## Form
- (easy) message support render function
2021-06-22 11:39:08 +08:00
## Popover
- (easy) Add `header` slot
2021-06-22 12:59:39 +08:00
## Radio
- (easy) Button custom align & width
2021-06-22 10:30:34 +08:00
## Select
- (moderate) `render-tag` prop
## Tabs
- (moderate) Add iOS styled tabs
2021-06-23 15:31:24 +08:00
- (moderate) Left, right tabs
2021-06-22 10:30:34 +08:00
## Tree
- (moderate) Use set to check if node is checked or selected internally
- (moderate) Leaf-only check
## TreeSelect
- (moderate) Async
2021-06-22 14:04:52 +08:00
- (easy) Leaf-only check