Maksim Kozhukh
Maksim Kozhukh
> Seems best to have a single repository as the source for the integration I'm agree about merging webix-meteor-data and webix-meteor-example in this repo. > Is the https://github.com/webix-hub/webix-meteor-example also under...
About "routing with Webix layout" As far as I can see there are two possible solution: - "Meteor first" app. In such app main UI is created through Meteor templates....
Probably it has sense to organize skins as separate packages which will depend on base Webix UI packages. Currently each skins is a separate css file. Same will be for...
For richselect, combo and similar controls you can use the next code to access the selected object ```js var value = combo.getValue(); var obj = combo.getList().getItem(value); ``` For the "select"...
Be sure that you have set config.container inside of your custom component. Without container defined, the component will create self as a direct child of document.body instead of placing self...
TreeTable and tree do not work correctly currently. Those components can load the object with nested data, but they will not save data properly. I'm not sure, that storing the...
Yep, I see the issue It will be fixed in oncoming Webix 2.3. View object will destroy the proxy when it is reloaded with new data or when view itself...
Also, if you need to load data only, without full sync then you can use `autorun` instead of a proxy. It will stop observing after template destroying automatically. https://github.com/dandv/meteor-webix/issues/5#issuecomment-75568664
Skin uses FontAwesome for icons similar to the default skin. I will add the missed files as part of #2