|
Title: render datagrid in div instead of table Post by: azizkhani on March 25, 2015, 08:17:16 AM how can is change datagrdi from
<table> <tr> <td>row_1</td> <td>data_a</td> </tr> <tr> <td>row_2</td> <td>data_b</td> </tr> </table> to <div> <div> row_1(data_a) </div> <div>row_2(data_b) </div> </div> plz help me ??? ??? ??? Title: Re: render datagrid in div instead of table Post by: aswzen on March 25, 2015, 08:22:17 PM sorry you can't do that with easyui
Title: Re: render datagrid in div instead of table Post by: azizkhani on March 26, 2015, 01:40:07 AM sorry you can't do that with easyui wooooooowwwwwwww :o :o :o :o :o :o :o how can i do it plz help me i switch from plain jquery to jquery easyui and i can not do it ? why easyui dosent have simple plugin that use jquery template for rendering Title: Re: render datagrid in div instead of table Post by: azizkhani on March 26, 2015, 01:50:20 AM sorry you can't do that with easyui how can i do it like this image using easyui datagrid (table) not div |