Skip to content

Commit 71e4021

Browse files
committed
Moved js
1 parent 6e49616 commit 71e4021

File tree

5 files changed

+494
-452
lines changed

5 files changed

+494
-452
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,4 @@ dist
128128
.yarn/build-state.yml
129129
.yarn/install-state.gz
130130
.pnp.*
131+
.yohn

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

0 commit comments

Comments
 (0)