Skip to content

Releases: jeonbyeongmin/use-table-drag-select

v0.1.12

18 May 13:09
Compare
Choose a tag to compare

Release Notes - Version 0.1.12

New Features

  • Added useTableDragSelect hook for selecting cells in a table using drag gestures.
  • Supports both mouse and touch events for selection.
  • Provides the ability to initialize the table with a custom initial state.
  • Automatically generates a table structure if no initial state is provided.

Usage

Please refer to the README in the repository for detailed usage instructions and examples.

If you encounter any issues or have any suggestions for improvement, please feel free to open an issue in the repository.