Dear All
We are pleased to announce release of version 6.1.0
In addition to bug fixes, it introduces few important features:
1. Reactivity: It's the cornerstone of most mainstream frameworks like Angular, React and Vue
Two way standalone ( independent of any framework ) reactivity option has been added to pqgrid that helps to
update view of grid with mutation of grid initialization options
update grid initialization options with change in view of grid
That means reactivity benefit can be reaped not only be framework developers but also by non framework developers.
2. Npm packaging:
Changes are made in packaging of pqgrid to make it compatible with npm package format. It's available for download from npm as pqgrid package
npm i pqgrid
Changes are made in packaging of pqselect to make it compatible with npm package format. It's available for download from npm as pqselect package
npm i pqselect
3. Examples for integration with Angular
4. Examples for integration with React
5. Examples for integration with Vue
Best Regards
The ParamQuery Team