HC200ok / vue3-easy-data-table

A customizable and easy-to-use data table component made with Vue.js 3.x
MIT License
536 stars 105 forks source link

How to disable some checkbox based on conditions #330

Open matthelosh opened 1 year ago

matthelosh commented 1 year ago

How to make some checkbox disabled based on items conditions. Thank you.

iitu-developer-2021 commented 1 year ago

How to make some checkbox disabled based on items conditions. Thank you.

Have you found the solution of this problem ?? Now, I am faced with the same issue (

matthelosh commented 1 year ago

Not yet..

cesswhite commented 8 months ago

You can use the item slot to handle individual items, based on the current row.

https://hc200ok.github.io/vue3-easy-data-table-doc/features/item-slot.html

slamoliveltd commented 2 months ago

Is there any solution for this? When you use v-model:items-selected , what is the slot for it? it's not #items-selected or #item-selected or #checkbox

sudongChoi commented 1 month ago

item-checkbox