Hello. I am trying to create a filterable grid table. In our project, we are using React partly, meaning I need to import all my dependencies via script tag. I was following the Grid Component example in the docs but couldn't find a way to import process function from kendo-react-query library.
Code: import { process } from '@progress/kendo-data-query';
I need this as a script tag so that I can consume it through window object like this: window.KendoDataQuery.process
I already added all the recommended js script tags into my page but couldn't find this specific process function in the window object under any of the Kendo objects.
Help is appreciated. Thanks.