开发者

How to Split datagrid Rows Extjs

开发者 https://www.devze.com 2023-01-15 07:02 出处:网络
I want to split my dataGrid Rows , like we do in Html by using ... this picture illustrate what i\'m asking for

I want to split my dataGrid Rows , like we do in Html by using ...

this picture illustrate what i'm asking for

vi开发者_开发问答ew the screenShot

I tried with the gridView and Xtemplate , i need help


If you do not want each row of the split rows to work as individual rows of a GRID, then you can simply use renderer() function to show simple HTML template in your PHONE and EMAIL column. Have a look at this paging grid example - the way the used String.format to show custom template.

0

精彩评论

暂无评论...
验证码 换一张
取 消