Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ExtJS grid and cell merging

Tags:

extjs

does anybody know if it's possible to have the cell merging feature in the ExtJs grids?

then is the ExtJs grid working exactly in the same way in all browser and in the Android phones browser as well?

Thanks!

like image 691
Davide Piras Avatar asked Oct 25 '22 11:10

Davide Piras


2 Answers

Out of the box a Grid(View) will never support this and negative margins won't work on all browsers. The more I think about it I must say no, you can't do this a save way. The only possible solution is a custom rendered Table with a custom storebind. But I wouldn't do that.

like image 107
sra Avatar answered Oct 31 '22 01:10

sra


Maybe this answer is kind of late, but it is a solution, it was created by a Sencha developer: Row Spanning Solution.

And he also gives some suggestion here.

like image 28
Xiaofan Hu Avatar answered Oct 31 '22 00:10

Xiaofan Hu