Filter out checkbox in datatable

Hello webix friends.

I have a list of items in a datatable with a column of checkboxes. but some checkboxes should not appear cause this would make no sense at this point. How to avoid setting checkbox in a row?

Screenshot 2025-03-14 190754a

Thank you for a hint, please

Michael

With that said, when scrolling up from a certain position after sorting, start is decreasing by the datafetch value to avoid any gaps

Hello Michael

To avoid setting checkbox in a datatable row you can use template as a function in columns and depending on a condition filter out your checkboxes.
Please take a look at the example: Code Snippet

Also here thanks a lot for your answer. this has helped me going on… :raising_hand_man: