Feature Request
Description of Problem:
regular-table offers some unique features and a simple API compared to many Data Grid libraries available. It would be helpful to see a more granular breakdown of how regular-table compares.
These features make regular-table unique in this regard:
- It's just a
<table>!
- Virtualized rendering for high performance.
async friendly for easy remote data models.
- Easy to style, works with vanilla CSS for
<table>.
- Small.

- Simple API.
Potential Solutions:
From #3, which lists many such alternatives that would be a good place to start:
curated lists of grid/table projects:
vanilla javascript + DOM (similar to this project):
React-based:
for Angular/Vue:
other:
Feature Request
Description of Problem:
regular-tableoffers some unique features and a simple API compared to many Data Grid libraries available. It would be helpful to see a more granular breakdown of howregular-tablecompares.These features make
regular-tableunique in this regard:<table>!asyncfriendly for easy remote data models.<table>.Potential Solutions:
From #3, which lists many such alternatives that would be a good place to start:
curated lists of grid/table projects:
vanilla javascript + DOM (similar to this project):
React-based:
for Angular/Vue:
other: