webix
webix copied to clipboard
Stable releases of Webix UI - JavaScript library for building mobile and desktop web apps
[form.parse](https://docs.webix.com/api__link__ui.form_parse.html) with parameter clear = true does not work in webix 9, but it works in webix 8.4. error in console: _TypeError: this.clearAll is not a function_ code: https://snippet.webix.com/60xv5uqn
Hi When I add new data to a cell and push serialize button in the " samples/02_api/02_serialization.html " example file, the selected cell data will not appear at the left...
DataProcessor fails to call the API with an update when a prior update operation for the item with the same ID is currently in-flight. https://github.com/webix-hub/webix/blob/2f6e35923f8d8f9886cff09ee0abc02dd886a8b5/sources/load/dataprocessor.js#L236 This is especially problematic when...
with ```js webix.DataDriver.json.parseDates = true ``` without change ```js var isodate = /\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(.\d{1-3})?Z/; ``` to ```js var isodate = /\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(.\d{1-6})?/; ```
See my posts for details - * http://disq.us/p/1vxw0cl * https://forum.webix.com/discussion/36359/graphql-error-handling * https://forum.webix.com/discussion/34082/bug-dataprocessor-integration-with-graphql-is-broken
**Demo:** [https://snippet.webix.com/trmny4bq](https://snippet.webix.com/trmny4bq) **Description:** If some datatable header have content='ExcelFilter', some sorting assigned an header text wrapped in any HTML element - sorting icon is displaying above filter icon. **Expected behaviour:**...
I want to see how you handle dynamic loading in your 1 million rows example but the code has a url parameter of: "https://docs.webix.com/samples/server/packages_dynamic" which serves up the data on...
I went through https://forum.webix.com/ to check if this question was already submitted, but I found nothing about it. When I import an Excel file to Webix, some styles disappear. Yet...
Hi I need some help with the uploader component. I set the 'upload' property to "./assets/upload.php' and the contents of the php file are: ` ` This is always returning...