Is it possible to have a hidden column in slickgrid? By hidden column I mean I want to save some data for each row, but I don’t want this data to be shown on the grid.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no implied relationship between the data and the columns in the grid – the two exist completely independent of each other. So your data can contain many more fields than are actually bound to grid columns.
Example:
Here my
dataarray contains fieldsstartandfinishbut I have chosen to exclude them when creating mycolumnsarray.