Releases: KevinVandy/material-react-table
v1.0.8
v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
v1.0.5
What's Changed
- #84 bugfix - Fixed Mixed Header Groups levels not created with correct column order state
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- add cs locale (czech language) by @ladislavroub in #83
New Contributors
- @ladislavroub made their first contribution in #83
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
What's Changed
- New
es
built-in locale - Update usage.mdx by @dmhumphrey in #80
- Update install.mdx by @dmhumphrey in #79
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Initial Stable Release of Material React Table!
MRT has reached a point where there should be no more breaking changes, and can be considered ready to use for production.
Work will still continue for a while on future versions. For the near future, expect more locales, and performance optimizations.
Contributors to MRT throughout all alphas and betas:
@KevinVandy @dmhumphrey @mbarizao @kiledonley @zaverden @gaspardip @aaron-mota @frasergr @swyftx-simon @eger1393 @ryanmk54 @oliviertassinari
v1.0.0-beta.1
Transitioning MRT from alpha to beta. No more major breaking changes are changed, unless necessary before 1.0 stable.
Features include:
- < 37kb gzipped - Bundlephobia
- Advanced TypeScript Generics Support (TypeScript Optional)
- Aggregation and Grouping (Sum, Average, Count, etc.)
- Click To Copy Cell Values
- Column Action Dropdown Menu
- Column Hiding
- Column Ordering via Drag'n'Drop
- Column Pinning (Freeze Columns)
- Column Resizing
- Customize Icons
- Customize Styling of internal Mui Components
- Data Editing (3 different editing modes)
- Density Toggle
- Detail Panels (Expansion)
- Filtering (supports client-side and server-side)
- Full Screen Mode
- Global Filtering (Search across all columns, rank by best match)
- Header Groups & Footers
- Localization (i18n) support
- Manage your own state
- Pagination (supports client-side and server-side)
- Row Actions (Your Custom Action Buttons)
- Row Numbers
- Row Ordering via Drag'n'Drop
- Row Selection (Checkboxes)
- SSR compatible
- Sorting (supports client-side and server-side)
- Theming (Respects your Material UI Theme)
- Toolbars (Add your own action buttons)
- Tree Data / Expanding Sub-rows
- Virtualization (react-virtual)
Contributors to the alphas of MRT:
@KevinVandy , @eger1393 , @oliviertassinari , @aaron-mota , @ryanmk54 , @frasergr , @swyftx-simon , @gaspardip