webix-jet icon indicating copy to clipboard operation
webix-jet copied to clipboard

Webix Jet micro framework for Webix UI

Results 5 webix-jet issues
Sort by recently updated
recently updated
newest added

Hi! I am using TypeScript and WebixJet. You cannot pass new MyWindowsView (this.app, “”, myParams) to the this.ui (), I use // @ ts-ignore And TS swears at this.getRoot ()....

I've a JET view which has two plugins: UrlParam and UnloadGuard. The app is using the HashRouter. The issue is that when I click the browsers' back button the parameter...

enhancement

I'm using webix jet with typescript; however, after update I got errors like 'Property 'config' does not exist on type 'App'.'. I was able to upgrade up to version 2.2.0-beta3...

Hello, I'm using webix-jet to build a web page. This page need provide a form to get different filtering conditions. I use richselect component and some input to complete this...