Posted 11 February 2021, 8:13 am EST
Hi Team,
I’m working with angular and typescript. Below is the requirement
I have columnproperties json data as below
{binding: ‘name’,header: ‘Name’,filterType: 3,visible: true, index:3},
{binding: ‘userId’,header: ‘User ID’, filterType: 3,visible: true, index:1},
{binding: ‘jobTitleName’, header: ‘Job’, filterType: 3,visible: true, index:2}
I need to show column order based on the index. Is there any way to make it happen in wijmogrid.
Also if the user sorts the columns by dragging the columns, I need the binding, header, index position information to save the user preferences.
Please address both the requirements.
Thanks & regards,
Sneha Nagaruru