Posted 23 August 2019, 8:58 pm EST - Updated 3 October 2022, 7:32 pm EST
Detect New Column
Posted by: oskarputraa on 23 August 2019, 8:58 pm EST
-
-
Posted 23 August 2019, 9:06 pm EST
I use FlexSheet
-
Posted 26 August 2019, 2:18 am EST
Hi Oskar,
To hide the header row after every operation like adding a column, sorting, filtering, etc, you may need to handle the updatingView event and set the visibility of the first row of the FlexSheet to false. Please refer to the sample below:
https://stackblitz.com/edit/angular-xdk4xm
Regards,
Ashwin