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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top