This is a migrated thread and some comments may be shown as answers.

How can I create a hidden column in the table

1 Answer 1249 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Igor
Top achievements
Rank 1
Igor asked on 07 Aug 2012, 11:19 AM
hi all, how can I create a hidden column in the table?

columns: [ {
                                field: "NedP",
                                title: "Населенный пункт",
                                template: "<div > ${ NedP } </div>"
                                }]

Table does not have the properties of hidden (visible)

1 Answer, 1 is accepted

Sort by
0
Dark
Top achievements
Rank 1
answered on 07 Aug 2012, 05:23 PM
I was able to do this: columns: [ { field:"colName, hidden:true}] And it worked for me.
Tags
Grid
Asked by
Igor
Top achievements
Rank 1
Answers by
Dark
Top achievements
Rank 1
Share this question
or