EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Juan Antonio Martínez on October 18, 2014, 02:43:25 AM



Title: Datagrid ScrollView+DetailView: is it possible?
Post by: Juan Antonio Martínez on October 18, 2014, 02:43:25 AM
Is it possible use scrollview ( no pagination ) and detailview on the same datagrid?

if not, what's the right way to do?

Thanks in advance
Juan Antonio


Title: Re: Datagrid ScrollView+DetailView: is it possible?
Post by: jarry on October 18, 2014, 03:05:30 AM
Yes, they have been integrated together. Please refer to http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=Virtual%20Scroll%20View(Detail%20Rows)


Title: Re: Datagrid ScrollView+DetailView: is it possible?
Post by: Juan Antonio Martínez on October 18, 2014, 03:45:32 AM
Ok. So my understanding is:
- declare datagrid with view:scrollview and pageSize
- declare a detailFormatter. This will make apperar expand button, and fill detail contents

Is this correct?

Thanks for your quick response
Juan Antonio