Next.js Discord

Discord Forum

TableRow only selectable though checkbox. NextUI

Unanswered
Bahama Woodstar posted this in #help-forum
Open in Discord
Avatar
Bahama WoodstarOP
I added that you can select rows inside a table.
But I want that you can only do this via checkbox, meaning when clicking on the row itself nothing happens.
How can I do that?

3 Replies

Avatar
It's the default behavior of the NextUI table @Bahama Woodstar
to do that I guess you need to make your own selection hook and renderCell()
Avatar
Bahama WoodstarOP
ah ok