Skip to content

Releases: shakibdshy/react-tablegrid

v2.2.0

18 Feb 19:36
51b55ef

Choose a tag to compare

What's Changed

  • Renamed TableContainer to TableGrid
  • Added support for withoutTailwind prop across components
  • Customized Table without using any TailwindCSS (No Tailwind dependency).
  • Improved accessibility with ARIA attributes and roles
  • Updated component exports and file structure
  • Enhanced virtualization hook with dynamic row height support
  • Added more flexible styling options
  • Introduced lodash for performance optimization

Full Changelog: v2.1.0...v2.2.0

v2.1.0

07 Feb 19:57
769c7c3

Choose a tag to compare

v2.1.0 - Enhance table component styling and customization

  • Added new className and style props for more granular styling control
  • Introduced rtg-* class names for better semantic targeting
  • Updated TableStyleConfig to support more detailed styling options
  • Improved hover and transition effects across table components
  • Added support for custom row and cell styling in table body

Demo & Documentation

v2.0.0 - Major Release

06 Feb 21:10
21cdbde

Choose a tag to compare

  • Added server-side data handling
  • Enhanced virtualization for large datasets
  • Improved column management with drag & drop
  • Added row grouping functionality
  • Enhanced TypeScript support
  • Added persistent state management
  • Improved mobile & touch support
  • Added bulk actions for selected rows
  • Enhanced search capabilities
  • Added nested header groups
  • Performance optimizations

v1.2.1-beta

01 Jan 19:12

Choose a tag to compare

Full Changelog: 1.2.0...1.2.1

v1.2.0 (Beta Release)

31 Dec 17:25

Choose a tag to compare

Merge branch 'master' of https://github.com/shakibdshy/react-tablegrid

1.0.0-beta.4

31 Dec 15:50

Choose a tag to compare

1.0.0-beta4

fix:Added extends Record<string, unknown> constraint to ensure TData …

1.0.0-beta.1

25 Dec 18:54

Choose a tag to compare

1.0.0-beta.1 Pre-release
Pre-release

Features

  • Column sorting
  • Filtering and fuzzy search
  • Column pinning
  • Header groups
  • Custom cell rendering
  • TypeScript support
  • TailwindCSS integration
  • And more!

Full Changelog: https://github.com/shakibdshy/react-tablegrid/commits/1.0.0-beta.1