Frage

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

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top