EasyUI Forum

General Category => General Discussion => Topic started by: BinaryCode on June 27, 2015, 04:14:40 PM



Title: List View Component
Post by: BinaryCode 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


Title: Re: List View Component
Post by: stworthy 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>';
}
})


Title: Re: List View Component
Post by: BinaryCode 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


Title: Re: List View Component
Post by: BinaryCode on July 01, 2015, 01:20:35 AM
Problem Solved....