Ag Grid
#frontend
framework agnostic library for handling table.
can be used in React, Vue and Angular.
comes with custom css, can be modified with targeted css.
features include
- row grouping
- column grouping
- filtering
- sorting
- row selection
- column pinning
- pagination
row model:
- client-side (default)
- server-side (sorting & filtering)
- infinite scroll
- viewport (only rendering visible rows)
can handle hundreds of thousands of rows.
for free alternative, tan-stack table.
for basic use, data table is an option.