Show Posts
|
Pages: [1]
|
2
|
General Category / EasyUI for jQuery / formatter for json array in datagrid
|
on: April 03, 2013, 10:32:25 PM
|
hi, my datagrid column has a value of a json array
e.g.
{ id: '1', name: '1st' }, {id: '2', name: '2nd'}
not sure how to go about this under a formatter. is this possible? because the javascript gives an error if i use formatter for a json array
|
|
|
4
|
General Category / EasyUI for jQuery / How To group rows in datagrid
|
on: March 18, 2013, 07:10:10 PM
|
is this possible in JEasyUI's datagrid? i saw some sample of subgrid but the demo code involves 2 separate url queries
i havent seen any samples in datagrid either so i guess this feature is not yet supported. however, has anyone managed to do a workaround?
would like to group rows based on a certain column if they are the same
|
|
|
|