EasyUI Forum
October 03, 2025, 02:14:37 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 / Multiple subgrid on: June 09, 2013, 07:12:17 PM
Hi, how can I put multiple subgrids in a grid? I tried this creating 2 tables (2 diferent id´s) in code 'return', but is not working..
2  General Category / EasyUI for jQuery / Combobox not works option selected on: May 22, 2013, 10:38:29 AM
Hello, where are the error? I can´t put option 'Email' selected.

<select class="easyui-combobox" name="sol" style="width:200px;" data-options="panelHeight:'auto',editable:false"> 
   <option selected value="Email">Email</option> 
   <option value="Memorando">Phone</option>
</select>
3  General Category / EasyUI for jQuery / Re: Foreig key on: May 16, 2013, 07:07:58 PM
Hi 2plus2, I get resolved using INNER JOIN.

Thank´s for your reply!
4  General Category / EasyUI for jQuery / Foreig key on: May 16, 2013, 11:12:49 AM
Hi, I have a simple question, but I don´t know how to resolve..
In a table 'users' I put a foreign key 'id_city', with your source in table 'city'. But, how shows in a grid the field 'name_city'?

<table id="dg" title="My Users" class="easyui-datagrid" style="width:700px;height:250px"
         url="get_users.php"
         toolbar="#toolbar" pagination="true"
         rownumbers="true" fitColumns="true" singleSelect="true">
      <thead>
         <tr>
            <th field="firstname" width="50">First Name</th>
            <th field="lastname" width="50">Last Name</th>
            <th field="id_city" width="50">City</th> <----here I want show field 'name_city', of table 'city'
            <th field="email" width="50">Email</th>
         </tr>
      </thead>
   </table>

[]´s
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!