update roadmap

This commit is contained in:
Will McGugan
2023-05-08 18:10:40 +01:00
parent dc102563e9
commit cf7e8a9cb1

View File

@@ -45,7 +45,7 @@ Widgets are key to making user-friendly interfaces. The builtin widgets should c
- [x] DataTable - [x] DataTable
* [x] Cell select * [x] Cell select
* [x] Row / Column select * [x] Row / Column select
* [ ] API to update cells / rows * [x] API to update cells / rows
* [ ] Lazy loading API * [ ] Lazy loading API
- [ ] Date picker - [ ] Date picker
- [ ] Drop-down menus - [ ] Drop-down menus
@@ -61,6 +61,7 @@ Widgets are key to making user-friendly interfaces. The builtin widgets should c
* [ ] Validation * [ ] Validation
* [ ] Error / warning states * [ ] Error / warning states
* [ ] Template types: IP address, physical units (weight, volume), currency, credit card etc * [ ] Template types: IP address, physical units (weight, volume), currency, credit card etc
- [X] Select control (pull-down)
- [X] Markdown viewer - [X] Markdown viewer
* [ ] Collapsible sections * [ ] Collapsible sections
* [ ] Custom widgets * [ ] Custom widgets