EasyUI Forum
April 29, 2024, 12:05:14 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: bufferview refresh problem  (Read 6029 times)
Fabrice
Jr. Member
**
Posts: 62


View Profile
« on: September 04, 2014, 05:11:43 AM »

I have a datagrid with about 1000 rows, i use bufferview and rowStyler to fill the datagrid with method 'loadData' and i notice that at the first call, datagrid stay empty but 'getData' tell me that there are 1000 rows.
if bufferview.js if i change one parameter in function init() of OnBeforeRender() method, this problem disapear :

Code:
view.scrollTimer = setTimeout(function(){
scrolling.call(view);
}, 600);
I set 600ms in place of 50ms, can you explain me why it does'nt work with 50ms?
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!