EasyUI Forum
May 29, 2024, 04:11:46 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Poll
Question: column visibility false or true status
column visibility false or true status - 0 (0%)
column visibility false or true status - 0 (0%)
Total Voters: 0

Pages: [1]
  Print  
Author Topic: column visibility false or true status  (Read 12378 times)
kvkv
Newbie
*
Posts: 4


View Profile
« on: May 08, 2013, 08:00:07 PM »

I need to bid_status column visible false. Please give me suggestion. I also gave visible="fasle". But It didnt work

<table id="dg" title="Conops Requests" class="easyui-datagrid" style="width:850px;height:330px"
                   url="/get_conops_request.php"
                   toolbar="#toolbar" pagination="true"
                   rownumbers="true"  singleSelect="true" fitcolumns="false">
                <thead >
                    <tr>
                        <th field = "description" width = "150">Description</th>

                            
                      
                        <th field = "conops_file" width = "150" formatter="formatDetail_csp_conops">CONOPS</th>
                        <th field ="date_created" width = "100" >Date</th>
                        
                        <th field = "bid_count" width = "100" formatter="format_csp_conops_bid_count">No Of Bids</th>
                        <th field ="bid_status" width = "100" visible="false">Bid Status</th>
                        

                    </tr>
                </thead>
            </table>
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: May 08, 2013, 11:23:30 PM »

Please use 'hidden' property instead.
Code:
<th field ="bid_status" width = "100" hidden="true">Bid Status</th>
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!