Most voted "webix" questions
Webix is a Javascript UI component library for building web applications for various devices based on HTML5 and CSS3 techniques. It provides integration with jQuery, Angularjs and Backbonejs in addition to working with any server platform: PHP, . NET, Java, etc.
Learn more…1 question
Sort by count of
-
3
votes1
answer398
viewsExport data table to PDF
I’m using the plugin JS Webix to create grid dynamic. It has a functionality to export to PDF/Excel, on the site has the following example: grid = new webix.ui({ view:"datatable", columns:[...],…