Questions tagged [webdatarocks]

Use this tag for questions related to the WebDataRocks Pivot Table library.

79 questions
0
votes
1 answer

Webdatarocks file size limitation question

I know that the input data size limit for webdatarocks is 1mb. But I don't know if thats apply by input data directly in the WebDataRocks instance in the code, or only apply by loading local or external json or csv files. Can anybody help me please?
IOrch-K
  • 23
  • 1
  • 7
0
votes
1 answer

Webdatarocks - TypeError: Cannot read property 'preventDefault' of undefined

When I press the arrow keyboard keys with the cursor in a cell focused in the pivot, I got this error: TypeError: Cannot read property 'preventDefault' of undefined enter image description here
IOrch-K
  • 23
  • 1
  • 7
0
votes
1 answer

How to apply different formats to different columns or cells Webdatarocksja

Hello I need to apply different formats to my dataset depending on the column is in is this possible to do with web data rocks
0
votes
1 answer

Is there a WebDataRocks development roadmap?

I am new to javascript, and I am looking for a pivot table js tool for my project. I can not find a roadmap for WebDataRocks, is there any? or is the project being maintained ?cause I find the last updated date was one year ago.
0
votes
1 answer

WebDataRocks Pivot - Excel export not displaying time part when data type is set as datetime?

Excel export - The example(for datetime datatype) provided on the website documentation exports just the date part. https://www.webdatarocks.com/doc/data-types-in-json/ PDF exports date and time fine. The issue is only with excel. How can I export…
mla20
  • 3
  • 1
0
votes
1 answer

Save columns and rows configuration in the Webdatarocks

I'm using the Webdatarocks in my web app (angular 2, spring boot). The problem is that I must re-configure the columns and the rows of the Webdatarocks each time. I want to save some configurations that I can choose directly. Is that possible?
A.Gh
  • 109
  • 1
  • 1
  • 6
0
votes
0 answers

WebDataRocks pivot table doesn't wrok with angularjs rest api

Here the div tag
here is the controller function App.controller('Ctrl', ['$scope','serv', function ($scope,serv)…
0
votes
1 answer

Multiple webdatarocks pivot on same page Exception DisplayGrids

Multiple Webdatarocks pivots gives exception "is not a constructor at displaygrids" script is included properly but no resolution.. There is also & issue on how to differentiate export of data for both grids separately when on the same…
learner
  • 29
  • 4
0
votes
0 answers

'Promise' is undefined on IE11 after reload page

with last version of webdatarocks and this minimal code:
Stefano
  • 3
  • 2
0
votes
1 answer

How to compare columns in a new column

I have a recordset where rows have a date field.Rows are from current year and last year. I want to see the count of rows per year. That's easy. Now I'd like to have a third column with difference (count(currentYear) - count(lastYear)). Is there any…
Daní
  • 355
  • 1
  • 17
0
votes
1 answer

Columns order of WebDataRocks pivot grid

Trying to build a grid with months as columns using webdatarocks, and the problem is that columns are sorted alphabetically (Apr 2020, Aug 2020, Dec 200, ...). Is there an option to order columns by date (Dec 200, Nov 2020, Oct 2020, ...)? Example…
0
votes
1 answer

save filters, no data WebDataRocks

I have a table that receives a .JSON. I have created some filters and I would like to save them but without saving the information that I received at that time with the filter. I already tried: pivot.getData({}, function(data) { …
Tom
  • 1
  • 3
0
votes
1 answer

Why code of Horizonal line(y-axis) on a single in Highcharts get applied to all other charts integrated with Webdatarocks

I have multiple Highcharts integrated with Webdatarocks. I require a Horizontal line on a single chart and for that I am using below code. This works as expected but issue I am facing is it add Horizontal line in all other Highcharts even though I…
Gunjan Anshul
  • 103
  • 1
  • 7
0
votes
1 answer

To remove :ss part from WebDataRocks "time" JSON type

I only need to use hours and minutes parts. How to use "time" JSON type without as :ss? Web Data Rocks JSON types "time" data type usage example which is referred from above document page.
husnu
  • 354
  • 3
  • 15
0
votes
2 answers

Get data from python to qweb view

In odoo13 i have a python function like this def get_data(self, params): json_string = [{"SKU": "A4110","Unit": "PC"}] return json_string and file xml view like this