File tree Expand file tree Collapse file tree 5 files changed +494
-452
lines changed
Expand file tree Collapse file tree 5 files changed +494
-452
lines changed Original file line number Diff line number Diff line change 1+ # EditorConfig is awesome: https://EditorConfig.org
2+
3+ # top-most EditorConfig file
4+ root = true
5+
6+ [* ]
7+ indent_style = tab
8+ indent_size = 2
9+ end_of_line = lf
10+ charset = utf-8
11+ trim_trailing_whitespace = true
12+ insert_final_newline = false
Original file line number Diff line number Diff line change 128128.yarn /build-state.yml
129129.yarn /install-state.gz
130130.pnp. *
131+ .yohn
Original file line number Diff line number Diff line change 1+ # Work in Progress
2+
3+ Still has some cleaning up to do, but usable datatables.
4+ ## Features
5+ - loading from URL
6+ - loading from json array
7+ - pagenation
8+ - column sorting
9+ - column toggling: show or hide column
10+ - searching
11+ - editing rows
12+
13+ ## TODO:
14+ - Remove all id's so we're not constrained to using them
15+ - use svg for sorting icons
16+ - formatting with editing columns
17+ - option to use modal for editing column
18+ - more testing
19+ - switch to use pico dropdowns for column toggling
20+ - when editing a date / time column use browser datetime input type
You can’t perform that action at this time.
0 commit comments