Grid columns not displaying sorting icon when bound to ig.DataSource
New DiscussionI’m setting my igGrid datasource to an ig.DataSource object that has fitltering and sorting configured. The igGrid is not displaying the up down arrows icons on the column headers even though the columns are sorted. If I open the multi sort dialog and make a change, then the icons show accordingly. Is there a way to force/refresh the grid to show the sort icons?
My ig.DataSource configuration looks like this:
sorting: {
type: ‘local’,
caseSensitive: false,
mode: “multiple”,
persist: true,
expressions: [{fieldName: “lastName”, dir: “asc”}, {fieldName: “firstName”, dir: “asc”}]
}
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
5 Created On
Dec 29, 2014 Last Post
11 years, 2 months ago