tabalinas / jsgrid

Lightweight Grid jQuery Plugin
http://js-grid.com
MIT License
1.52k stars 352 forks source link

Check items to show delete button #1342

Open array81 opened 4 years ago

array81 commented 4 years ago

On my grid I have 3 checkbox fields. If a row have 3 true value I need show delete button only if there are at least other item with 3 true value.

On itemTemplate how can loop between rows and fields to check it?