Skip to content

Commit d312517

Browse files
authored
Update README.md
1 parent f271b5e commit d312517

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ https://hc200ok.github.io/vue3-easy-data-table-doc/
2323
10. [Footer customization](https://hc200ok.github.io/vue3-easy-data-table-doc/features/footer-customization.html)
2424
11. [Filtering](https://hc200ok.github.io/vue3-easy-data-table-doc/features/filtering.html) (new feature since version `1.2.3`)
2525
12. [Click row](https://hc200ok.github.io/vue3-easy-data-table-doc/features/click-row.html) (new feature since version `1.2.4`)
26+
13. [Column width](https://hc200ok.github.io/vue3-easy-data-table-doc/features/column-width.html) (new feature since version `1.2.10`)
27+
14. [Fixed columns](https://hc200ok.github.io/vue3-easy-data-table-doc/features/fixed-column.html) (new feature since version `1.2.10`)
2628

2729
## Getting started
2830
### Install
@@ -78,7 +80,7 @@ export default defineComponent({
7880
```
7981

8082
## Todo
81-
1. Fixed specific columns.
83+
1. refactory (use render function instead of slot)
8284
2. Migrate from color properties to css variables.
8385
3. Make table header customizable 🎛️.
8486
4. Vitual table rows.

0 commit comments

Comments
 (0)