DEV Community

Robert Jaros
Robert Jaros

Posted on

KVision v0.0.35

KVision is an open source web framework created for Kotlin/JS. It allows developers to build modern web applications with the Kotlin language.

I have released KVision 0.0.35. Among other changes (see changelog) there is new module with support for the Tabulator component, which allows to easily create interactive and reactive tables, with both local and remote data sources. There are also some other improvements and bug-fixes.

The new example application, addressbook-tabulator, has been added to the kvision-examples repository. It's a rewrite of an addressbook example app with the new Tabulator component instead of the hand-built table inside the data container.

You can read the new chapter in the documentation if you want to find more information and usage examples.

Don't forget to ⭐️ my project if you like it!

Any feedback is appreciated!

Top comments (1)

Collapse
 
robertcronin profile image
Robbie Cronin

Nice, the tabulator module ties it over for me, we will be using KVision in our app! It would be awesome to have support for one of Ionic, NativeScript or Cordova for mobile apps.