Can I use the tabulator component in kobweb? #659
Replies: 1 comment 4 replies
-
Yes, you should be able to use any JS library in a Kotlin/JS project. I can't guarantee it will be trivial -- this is a feature that is both awesome and underdocumented -- but start here. If you run And if you watch this talk, I use a popular JS library for the slides called reveal.js. I recall it took a bunch of trial and error to get something that worked, but in the end the code needed for it wasn't that much: If I were you, what I would try to do first is add an npm dependency to your build script (https://tabulator.info/docs/6.3/install#sources-npm) and then the tricky part will be to identify what parts of their API you will need (at least you will need the Apologies again as JB should really have written a book for this stuff by now but I think we're still early days in the world of Kotlin web. |
Beta Was this translation helpful? Give feedback.
-
Im looking at various kotlin-based full-stack web frameworks, yours seems compelling. Im also looking at the tabulator JS widget (https://tabulator.info/), which looks like it would give me a lot of what I need in the UI.
Before I jump into kobweb, Im wondering if theres any problem using tabulator with kobweb?
Thanks for any insights....
Beta Was this translation helpful? Give feedback.
All reactions