yes, correct
in most of example of react source set as
let source = new $.jqx.dataAdapter but no where $ and jqx is defined.
and also there is no import for dataAdapter, so I am not sure how I can use the jqxGrid in our app.
exact definition for isomorphic :
an isomorphic JavaScript app: an app that can run on both client and server.
How can we set the source of grid from state stored in redux or else set dataadpter from state stored in redux?
is there any example for the same
server and client side rendering.