BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

Roadmap

Open IvanJosipovic opened this issue 4 years ago • 1 comments

High level roadmap, any help or suggestions are appreciated!

  • [ ] Documentation
    • [ ] More Examples
  • [ ] Row
    • [x] Custom Template
    • [ ] Per row edit mode
    • [x] Single Select
    • [x] Multi Select
    • [x] Detail Template
    • [x] Per row CSS (by @conficient)
    • [x] Custom Empty Data Template (by @conficient)
    • [x] Custom Loading Data Template
  • [ ] Column
    • [ ] Column Selection
      • Picker of columns to be added/removed
    • [ ] Column Resizing
    • [x] Column Hiding (by @NilsPur)
    • [x] Dynamic Columns
    • [x] Column CSS
    • [x] Templateless Columns (by @conficient)
    • [x] Column Reordering
    • [x] Column Sorting/Filtering
  • [ ] Custom @key expression
  • [x] Global Search
  • [x] Server Side Paging/Sorting
    • [ ] Filtering
  • [ ] Remove JavaScript
    • [ ] Popper.js
  • [ ] Themes
    • [ ] Custom
      • no external dependency
    • [x] Bootstrap 4
    • [ ] Material
  • [ ] Tests
    • [ ] UI Tests
    • [ ] Wait for Blazor Test Framework?
  • [x] Localization (by @chrgraefe)
    • [x] English
    • [x] German
    • [ ] Other (PRs welcome)

IvanJosipovic avatar Dec 14 '19 20:12 IvanJosipovic

Hi all, I have added all the requested features to the list. Please make any suggestions in a new issue so that we can have a easier discussion.

IvanJosipovic avatar Dec 23 '19 18:12 IvanJosipovic