is there any row grouping grid like ?

row group should have collapse and expand features.

row group shave some name on it.

datatable all features should work on it.

is there any like this plug-in to datatable.

Do you mean like treetable?

https://docs.webix.com/api__refs__ui.treetable.html

yes
but expand/collapse should happen on click of row not on icon

Hello,

You can add a subrow into Datatable via subrow property

but expand/collapse should happen on click of row not on icon

Please check the samples:
https://snippet.webix.com/hh888y25 (datatable)
https://snippet.webix.com/ni3zef01 (treetable)

Thanks