Author Topic: Upgrade to Pro Version 3.0.0  (Read 6148 times)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6307
    • View Profile
Upgrade to Pro Version 3.0.0
« on: June 30, 2015, 05:04:59 pm »
Dear All

The much awaited new version 3.0.0 with the below mentioned enhancements has been launched. Please go through the upgrade guide to know the upgrade related changes and check the changelog included in the SDK.

http://paramquery.com/pro/upgrade

1. Bootstrap support: Official support for bootstrap (version 3.x) has been added with this version. That implies PQ plugins can not only be used in bootstrap environment but bootstrap specific classes e.g., table-striped, table-bordered, etc and bootstrap glyphicons can also be used in the plugins.

2. Flex layout for columns: In previous versions flex layouts were limited to height and width of the grid. Now it's also supported for columns whereby double click on the edge of column header cells lead to auto calculation of the width of the column so that all cell content in the column is visible without text wrap. There is also flex API which can be configured & invoked programmatically.
Example: http://paramquery.com/pro/demos/nesting

3. Save / Load state: The state of the grid w.r.t. the order & width of columns, filter state, sort state can all be saved in browser local storage or database so that the grid state can be restored at a later time.
Example: http://paramquery.com/pro/demos/grid_state

4. Revamped Sorting: Sorting API has been enriched with sort method, more parameters in beforeSort, sort events. The sorting can also be cancelled to restore the original order of records.

http://paramquery.com/pro/demos/sorting

5. maxHeight support: It's quite useful when used along with flex height.

6. Support for grouped columns even in virtual columns mode { virtualX: true }. http://paramquery.com/pro/demos/infinite

7. colModel is optional  as grid can autogenerate columns from data in the grid.

8. columnOrder event. http://paramquery.com/pro/api#event-columnOrder


Best Regards
The ParamQuery Team
« Last Edit: July 01, 2015, 07:21:20 pm by paramquery »

RedBully

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 51
    • View Profile
Re: Upgrade to Pro Version 3.0.0
« Reply #1 on: July 01, 2015, 07:41:11 pm »
Lovely! Looking forward to upgrading!