Skip to content
New issue

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

When onRowTap or onColumnTap is enabled the Mouse cursor click not visible #175

Closed
moshOntong-IT opened this issue Oct 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@moshOntong-IT
Copy link
Contributor

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

ShadTable(
      onRowTap: (row) {
        final value = voteProgressListState.value?[row - 1];

        if (value == null) return;

        ProgressDetailDialog.show(
          context,
          ref,
          userId: value.userRef,
          voteProgress: value,
        );
      },
...

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Doctor output
[Paste your output here]
@moshOntong-IT moshOntong-IT added the bug Something isn't working label Oct 26, 2024
@moshOntong-IT
Copy link
Contributor Author

PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant