Posted 25 March 2019, 6:08 am EST
How do set the default column with in wj-pivot-grid while adding or selecting columns from wj-pivot-panel in Angular 5.
Forums Home / Wijmo / General Discussion
Posted by: reeshabh.choudhary on 25 March 2019, 6:08 am EST
Posted 25 March 2019, 6:08 am EST
How do set the default column with in wj-pivot-grid while adding or selecting columns from wj-pivot-panel in Angular 5.
Posted 26 March 2019, 2:06 am EST
You can easily set the default size of columns using the columns property of PivotGrid. Columns property is an instance of ColumnCollection class which has a defaultSize property.
Please refer to the sample below:
https://stackblitz.com/edit/hfzydl-aeilgh?file=src/app/app.component.ts