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
  • 230
    posted

    Trying this post again.  I can't exclude a column from sorting in my igGrid:

    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 the code I use for igHierarchal level I want to sort, 
    but everything sorts and I'd like to exclude certain columns:

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

    },

    ],


    Help!  :)
Reply Children