creates a grid without header
fl | boolean | true - for not using header in the grid |
mygrid.setNoHeader(true);
call the method before initialization, but after the setHeader() call. The setHeader() method should be called any way, as it defines the number of columns.
Back to top