Skip to content

Analytical Table: Disable all the checkbox including 'select all' checkbox #3076

Closed Answered by Lukas742
shivamdz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shivamdz

The easiest way would be to use both the useRowDisableSelection plugin hook and your own hook. --> codeSandbox

The most performant way would be to copy the useRowDisableSelection hook and edit it on your side to fit your use case, as this way you would only need to register one custom hook. You can probably reuse parts of the implementation of the codeSandbox above.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shivamdz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants