ssuperczynski / ngx-easy-table

The Easiest Angular Table. 12kb gzipped! Tree-shakeable. 55 features and growing!
https://ngx-easy-table.eu
MIT License
371 stars 100 forks source link

Merge cells depending on some conditions #318

Closed jumantet closed 1 year ago

jumantet commented 4 years ago

Is it possible to merge cells for a row depending on one of its property value? Example: If row.status === a value - I would like to merge all the cells of the row or use a cell that spans various column.

ssuperczynski commented 1 year ago

You can add colspan="value" in the row template https://github.com/ssuperczynski/ngx-easy-table/blob/master/src/app/demo/template/template.component.html

khalifa005 commented 1 year ago

I did try but didn't work for the table headers