how can i hide child table row selection column ?? I tried with css but it is hide only checkbox column is still their
Hi @Vishal_Patel:
Try $(".row-check").hide()
or use css for this.
Anyway, on add_row and other events you will have to hide again
Hope this helps.