Closed D1no closed 9 years ago
The CRUD webix.meteor.com Example is not working, throwing an exception when clicking on "Add".
2357a0b752e906e3c306898f4bf7d871407cc497.js:55 Uncaught TypeError: Cannot read property 'editor' of undefined 2357a0b752e906e3c306898f4bf7d871407cc497.js:55 webix.extend._get_editor_type 2357a0b752e906e3c306898f4bf7d871407cc497.js:55 webix.extend._get_editor_type 2357a0b752e906e3c306898f4bf7d871407cc497.js:52 webix.EditAbility.edit 2357a0b752e906e3c306898f4bf7d871407cc497.js:55 webix.extend.editCell 2357a0b752e906e3c306898f4bf7d871407cc497.js:103 i.elements.click 2357a0b752e906e3c306898f4bf7d871407cc497.js:48 (anonymous function) 2357a0b752e906e3c306898f4bf7d871407cc497.js:45 webix.EventSystem.callEvent 2357a0b752e906e3c306898f4bf7d871407cc497.js:45 (anonymous function)
Thanks for reporting. This is a duplicate of #7 - the grid isn't rendered.
BTW, can you confirm that the example works fine when run from localhost?
The CRUD webix.meteor.com Example is not working, throwing an exception when clicking on "Add".