mazdik / ng-mazdik

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

groupRowsBy removing column from table #65

Closed Anzil-Aufait closed 4 years ago

Anzil-Aufait commented 4 years ago

When groupRowsBy enabled then that column is hidden from the dataTable column view.

I also want to show groupRowsBy column , is there any option available for that ??

When i changecolumn.tableHidden = false; to true on your js file it's working file.

I also tried tableHidden: false for the groupRowsBy column but it's not working.

Adding tableHidden: true for other table column is working.

mazdik commented 4 years ago

removed

Anzil-Aufait commented 4 years ago

removed

Did you update npm package ??

mazdik commented 4 years ago

published version 0.0.8

Anzil-Aufait commented 4 years ago

@mazdik , Working fine.

Thank You.