EasyUI Forum
September 14, 2025, 07:31:55 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: add icon column in a Combogrid on: December 30, 2014, 02:15:20 AM
No, it's not working  Embarrassed
2  General Category / EasyUI for jQuery / Re: add icon column in a Combogrid on: December 29, 2014, 01:02:48 PM
Thank's stworthy for the reply  Cheesy

Basically this is my code :

   <select class="easyui-combogrid" style="width:300px" data-options="
         panelWidth: 300,
         multiple: false,
         idField: 'Nom',
         textField: 'Libelle',
         url: 'datagrid_data1.json',
         method: 'get',
         columns: [[
            {field:'id',title:'ID',width:100},
            {field:'Nom',title:'Name',width:340},
         ]],
         fitColumns: true
      ">
   </select>

so i want to add a column in the combogrid witch i can put an icon in each record in my list to show the status of this record for example.

Another question : How can i use the formatter ?

Thank's
3  General Category / EasyUI for jQuery / add icon column in a Combogrid on: December 26, 2014, 02:01:06 AM
is it possible to add a random column and put an icon or a linkbutton ?  Huh
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!