Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101206

    Hi,
    We need to hide some columns, so we are setting “allowHide” property to true for that particular column.\
    this is how we implemented.. “{ label: ‘Hidable column’, dataField: “column”, allowHide: true, allowResize: true, allowEdit: false },”
    Thank you for your help and looking forward to your early reply.
    Thanks
    Nikhil Jain

    #101207
    admin
    Keymaster

    Hi Nikhil,
    allowHide does not hide a column. It determines whether a column can be hidden via the column chooser. To hide a column you should use the visible property and set it to false.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.