I currently have a filled grid. But all of my data is in my extrabody using the rowbody feature. This renders my actual row useless and annoying. it leaves a white row at the top of my extrabody which i do not want.
Anybody know how to not show this?
i have tried it in css, i have tried not defining columns but then the grid is empty.
i have tried this:
columns: [
{
text: 'Name',
//dataIndex: 'name',
height: 1,
width: 250,
}