Using SmartGWT Pro 2.3
GWT 2.0.4
Google Chrome 6.0.472.63
Mozilla Firefox 3.6.10
Server specs:
Ubuntu 8.04.4 LTS
JBoss Web 2.1.1.CR3
What I want is simple. I just want to be able to go through the rows in a ListGrid and set some to hidden.
Pseudo code:
listGrid.getRow(2).hide();
If this is in the FAQ I'm going to shoot myself.
GWT 2.0.4
Google Chrome 6.0.472.63
Mozilla Firefox 3.6.10
Server specs:
Ubuntu 8.04.4 LTS
JBoss Web 2.1.1.CR3
What I want is simple. I just want to be able to go through the rows in a ListGrid and set some to hidden.
Pseudo code:
listGrid.getRow(2).hide();
If this is in the FAQ I'm going to shoot myself.
Comment