nank1ro / flutter-shadcn-ui

shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
https://mariuti.com/shadcn-ui
MIT License
657 stars 42 forks source link

Fix table row indices to handle headers and footers correctly #67

Closed Kyziq closed 1 month ago

Kyziq commented 1 month ago

This pull request addresses the issue where row indices do not start from 0 when using headers in the ShadTable component. The changes ensure that the effective row count is calculated correctly and that row indices are adjusted accordingly.

Changes:

Issue Reference: closes #66

Testing: Tested with a table that includes headers and footers to ensure all rows are displayed correctly.