Project

General

Profile

I don't need virtual scrolling in WTableView. Is that possible?

Added by Diwakar Kumar about 7 years ago

Hi,

I have used WTableView in my project.

I am facing two problems:

  1. Related to virtual scrolling
  2. Related to custom scrollbar

In details:

  1. Related to virtual scrolling: I want that all the TableView items should be loaded as user scrolls through WtableView. Once loaded it Should remain there and no "Loading" should be shown there when user scroll the table items again. Although virtual scrolling is good when there are thousands of items in table but once an item is loaded it make no sense to load/unload the same item each time user scrolls the table.
  2. Related to custom scrollbar: I have used custom scrollbar(link: http://manos.malihu.gr/jquery-custom-content-scroller/) in the table. But it is not working because of virtual scrolling. It is working perfectly for loaded table items.

If anybody know the solution please help.

Thanks,

Diwakar