Question

Is it possible to hide Slickgrid/dataview primary key column? If yes, how can we do that? Any example?

I have a Slickgrid that is using Dataview. I do not want to show the primary key column to user in some specific conditions.

thanks

Était-ce utile?

La solution

In the column definition, set the width property of your primary key to 0. Doing so will visually hide the column.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top