Posted 26 October 2018, 2:43 am EST - Updated 3 October 2022, 8:19 pm EST
Column header for wijmo pivot grid
Posted by: ykumar23 on 26 October 2018, 2:43 am EST
-
-
Posted 26 October 2018, 4:15 am EST
Hi,
You may use first use pivot.hitTest() method to get the column index which was clicked and then use pivot.columnHeaders.getCellData() method to get the header’s data.
Please refer to the following sample which demonstrates the same: https://stackblitz.com/edit/angular-mdrew4?file=app%2Fapp.component.ts~Sharad

