Dear All
Pro version 2.1.0 contains many new cool features i.e.,
1) Support for non virtual mode. Virtual rendering is a huge performance booster but sometimes an overkill when all one care is to display a few records or columns per page. This version introduces non virtual mode.
Switching between virtual and non-virtual mode is quite easy, it's only a matter of specifying options virtualX and virtualY which are boolean values for respective axis x and y. Virtual and non - virtual mode can co-exist by specifying virtualX as true while virtualY as false and vice versa. For example in this demo
http://paramquery.com/pro/demos/nesting, it's virtual mode in horizontal direction so virtualX is true while non-virtual mode in vertical direction so virtualY is false.
Virtual and non-virtual modes are supported for all the features i.e., sorting, paging, filtering, row grouping,
column grouping, nesting, detail etc though there is a tradeoff between the two. While virtual mode enhances performance, smooth scrolling and swipe doesn't go along with it, conversely non-virtual mode enables support for smooth scrolling and swipe.
2)
swipe support for desktops and
touch devices for convenient horizontal and vertical scrolling. In the context of software applications, swipe is a gesture that aids in scrolling of the viewport by dragging of the mouse or touch pointer inside the viewport itself.
3) Fluid layouts whereby grid width / height and column widths can be specified in pixel,
percent % and 'auto' While previous versions supported width in %, the difference this version makes is that pqGrid can resize itself with resize of the browser. px and % can be intermixed for grid dimensions by specifying px and % together e.g., '80%+20'
Best Regards
The ParamQuery Team