I use Ext.grid.Panel in my project, but I think that the default row height is too large, and I canโt change the row height, so the whole grid makes me uncomfortable.
However, I think the panel-to-panel example in an Extjs-4 document is not bad. In it, the height of the line is adjusted to match the height of words. Thus, the entire grid is very compact.
So wondering, how can I set the height of the grid line?
source
share