Our blazing fast Grid component built with pure JavaScript


Post by prashantgoel »

We use plain vanilla JS on our site. We were able to spin up a simple grid using a trial license which is working well, but we are struggling with getting the "facet-filter" sample working. We use vanilla JS (and jQuery) so we are not able to get the import feature to work. I am not sure if there is s ready example using plain JS for the facet filtering example.

https://bryntum.com/products/grid/examples/facet-filter/


Post by marcio »

Hey prashantgoel,

What error are you getting when trying to use the demo?

You can have more info on how to ask for help by checking our guidelines here https://www.bryntum.com/forum/viewtopic.php?f=1&t=772

Best regards,
Márcio


Post by prashantgoel »

The demo on your site works fine. It's when we try to implement it within our application using plain JS, we are not able to execute the import function as given in the demo. Not sure if there is another way to do it, or if you have an example for plain JS that we can use as the base.


Post by mats »

You mean you use regular SCRIPT tags and not module imports? Have a look at the UMD version which uses the old way of loading scripts. https://bryntum.com/products/grid/examples/facet-filter/index.umd.html

Is that what you were looking for?


Post Reply