We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled the onRowTap or onColumnTap on ShadTable.
When hover specific row or column in table the Mouse cursor click must be visible
It just show a normal cursor
^0.13.4
Windows
ShadTable( onRowTap: (row) { final value = voteProgressListState.value?[row - 1]; if (value == null) return; ProgressDetailDialog.show( context, ref, userId: value.userRef, voteProgress: value, ); }, ...
[Upload media here]
[Paste your logs here]
[Paste your output here]
The text was updated successfully, but these errors were encountered:
PR
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Enabled the onRowTap or onColumnTap on ShadTable.
Expected results
When hover specific row or column in table the Mouse cursor click must be visible
Actual results
It just show a normal cursor
shadcn_ui version
^0.13.4
Platform
Windows
Code sample
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]
Flutter Doctor output
Doctor output
[Paste your output here]
The text was updated successfully, but these errors were encountered: