defguard
defguard copied to clipboard
Implement Table Component
- [x] Display basic - cell, header, containers
- [x] Row expansion
- [x] Action col
- [x] Sort by column
- [ ] Column filters
- [ ] Column filters - search
- [x] Declarative column size
- [x] Isolate logic and expose one display component to be reused in app ( if possible in reasonable time)
- [x] Virtualize rows
- [ ] Infinite scroll
- [ ] Documentation and or guide
- [ ] Column resizing by user