Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

multiline grid extjs

i am newbie to Ext Js..i am working on ruby on rails... can any1 suggest a good basic tutorial for "multiline grid" pllzz...

like image 911
S R Avatar asked Nov 20 '25 23:11

S R


2 Answers

I guess for that you will have to return prepared data on the server and then add some css to it.

If you have one column then your data might look something like this:

<div> id and name </div>
<div> desc and pic </div>

Then add css for grid cells:

.x-grid3-cell-inner div { .... } 

Would help if you posted an example.

like image 50
Dasha Salo Avatar answered Nov 23 '25 13:11

Dasha Salo


Try this:

  1. extjs-multi-line-grid-headers-and-cells
  2. ext-js-grid-with-multiline-rows
like image 33
Harry Joy Avatar answered Nov 23 '25 12:11

Harry Joy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!