Vizlib Table v3.1.2 released!
1. [VZB-593]: vizlib table was not working when created on the fly using visualisation api
Vizlib table was not rendering properly when created using the Capabilities API
app.visualization.create( 'VizlibTable', [ "Customer", "=sum(income)", ] ).then(function(Vizlib){ Vizlib.show("QV02"); });
2. [VSP-173]: scrolling with mouse wheel now requires to hover over scroll bar
Corrected bug introduced in previous release that made the mouse wheel only work when hovering the scrollbar.