bhaveshpatel200 / vue3-datatable-document

vue3-datatable-document.vercel.app
MIT License
23 stars 10 forks source link

Disable row checkbox click #9

Closed Minotti closed 10 months ago

Minotti commented 10 months ago

Hello there, can I disable row checkbox by a condition?

bhaveshpatel200 commented 10 months ago

Hi Minotti,

Currently we have not any features like this but will think about in next updates. You can use custom checkbox using slots and add whatever conditions which will work for you. OR You can also add conditionally class on row and apply css (pointer-events: none) on checkbox based on row class.