mazdik / ng-mazdik

Angular UI component library
https://mazdik.github.io/ng-mazdik
MIT License
89 stars 34 forks source link

Can we able to use "ColSpan", "RowSpan" on DataTable Header #43

Closed suryakanta101 closed 5 years ago

suryakanta101 commented 5 years ago

Hi @mazdik For better report module, can we able to make DataTable to support the "RowSpan" and "ColSpan" in Header ?

mazdik commented 5 years ago

table with flexbox you can use dtHeaderTemplate

suryakanta101 commented 5 years ago

@mazdik

Thanks you , it works.