Version 8.1

released on December 3, 2020

New Features

Interface

  • create, configure and organize reports of any complexity;
  • select from various data sources and combine them;
  • create, fine tune and save filtering queries for reports;
  • group and sort data by different fields;
  • present report data as a table, chart or heat map with an ability to configure them;
  • export reports to the Excel or CSV formats;
  • filter report data by any field;
  • 5 skins: Material, Mini, Flat, Compact, Contrast.

Backend

Report Manager is shipped with Golang backend.

Code

The widget is built as a Webix Jet app, which means:

  • Customizable Jet views to fine tune interface chunks
  • Data and backend services to provide custom logic for working with data
  • ES6 syntax
Back to top