EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: sky-t on October 27, 2016, 09:11:22 AM



Title: Datagrid bufferview vs. virtual scrollview
Post by: sky-t on October 27, 2016, 09:11:22 AM
Can you please tell me what's is the difference between bufferview and virtual scrollview in datagrid?

Thanks


Title: Re: Datagrid bufferview vs. virtual scrollview
Post by: stworthy on October 28, 2016, 01:37:17 AM
The bufferview loads data page by page and stores them all in the cache while the scrollview only stores the current 1-3 pages in the cache.