EasyUI Forum
November 05, 2025, 02:32:16 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Multiple Column Property Grid  (Read 8128 times)
arma
Full Member
***
Posts: 110


View Profile
« on: February 07, 2015, 11:30:23 PM »

Is it possible to add some more column to property grid rather than limited to 2 columns (name and value)?

For example i want to show Setting Name | Description | Value

Thanks
Logged
jarry
Administrator
Hero Member
*****
Posts: 2300


View Profile Email
« Reply #1 on: February 08, 2015, 01:52:24 AM »

You can define any columns in the propertygrid.
Code:
$('#pg').propertygrid({
columns:[[
{field:'name',title:'Name',width:100},
{field:'description',title:'Description',width:100},
{field:'value',title:'Value',width:100}
]]
})
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!