Integration of pqgrid with React

pqgrid can be used in React applications like any other component. To include pqgrid, configuration options are passed to the grid as individual properties.


Reactive options

pqgrid has its own reactive workhorse that enables it to perform two way binding. e.g., if configuration options are updated, pqgrid updates itself and vice versa.
Reactive system of pqgrid is turned on simply by setting reactive option to true. For more details, please see the reactive option.


Include dependencies:

Dependencies of pqgrid ( mentioned in tutorial section ) are included with script tags or through NPM


Change locale

Purpose of this example is to demonstrate how to pass initial configuration options object to pqgrid and change any of the options later.