PDA

View Full Version : Hiding Column in simple grid



JSCoder
26 Jun 2009, 2:16 AM
I have a simple HTML table with three columns. On page load, I construct a grid out of it using extjs.

I don't want to display column 3 in the grid at all. It should not even appear in the add/remove columns context menu.

How can I implement this?