Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
igGrid sorting question
posted

No matter where I put this:

columnSettings: [ {columnKey: 'Name', allowSorting: false} Name is still subject to sorting.

this doesn't work either (Name still sorts):

key: "Name", headerText: "Name", width: "4.5%", dataType: "string"
, allowSorting: false,

Here's how I do it for the igHierarchal level I want to sort, but everything sorts and I'd like to exclude certain columans

features: [
{
name: "Sorting",
type: "local",

},

],


Help!  :)
Parents Reply Children
No Data