EasyUI Forum
May 21, 2024, 11:56:45 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: List View Component  (Read 9817 times)
BinaryCode
Newbie
*
Posts: 38


View Profile
« on: June 27, 2015, 04:14:40 PM »

Hello Jeasyui Developer,

Do you have plan to add component Listview/Tree, but only have one child with multiline/wordwrap like my attachment

TIA
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: June 27, 2015, 06:33:46 PM »

Please use the 'datalist' component and apply the 'detailview' to it. The 'detailview' can be downloaded from http://www.jeasyui.com/extension/datagridview.php.
Code:
$('#dl').datalist({
view: detailview,
lines:true,
detailFormatter:function(index,row){
return '<p>detail content.</p>';
}
})
Logged
BinaryCode
Newbie
*
Posts: 38


View Profile
« Reply #2 on: June 29, 2015, 07:34:46 PM »

Hi stworthy,

Thank you verymuch i prefere using datagrid with detailview its amazing, but is possible to find record by id and update some properties?

TIA
Logged
BinaryCode
Newbie
*
Posts: 38


View Profile
« Reply #3 on: July 01, 2015, 01:20:35 AM »

Problem Solved....
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!