Questions tagged [webdatarocks]

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

79 questions
0
votes
1 answer

WebDataRock - How can I add custom column next to Totals column, to put view button?

I'd like to add a view button for each row that will redirect to another page for the detail view. How can I add that column at the end while also rendering it in HTML? via jQuery.
SPnL
  • 338
  • 4
  • 15
0
votes
1 answer

WebDataRocks - How do I hide the "hamburger" field list menu?

Nice product. In WebDataRocks angular, how do I hide the "hamburger" field list menu? I tried CSS overrides :host .wdr-fields-view-wrap { position: absolute; z-index: -4; }
C Halsema
  • 21
  • 3
0
votes
1 answer

Webdatarocks Reportsetup: How to show multiple aggregations for the same attribute ('unique name')

Let's say my datasource shows price and quantity of different products grouped by product type. Is it possible to show two columns per attribute (two for price and two for quantity), where one is showing the average and the other one is showing the…
chrisb89
  • 65
  • 7
0
votes
1 answer

How do you set filename for Webdatarocks default export

As the title suggests i cant for the life of me find a way to give the exported file a name except "Pivot" The HTML/Vue part only has the Pivot and a select dropdown that filters by date and that works fine, it's only the export that i'm struggling…
Smiley
  • 13
  • 5
0
votes
2 answers

Custon fullscreen button

Good afternoon, tell me, is it possible to add your own button to switch to full-screen mode and open fields? I need to hide the standard toolbar and add the button data to another location I didn't find any similar questions
Blitz
  • 1
  • 1
0
votes
1 answer

Webdatarock export as HTML without download in React

I want to get the webdatarock table in HTML tag content without downloading in React JS. In JavaScript, below code works for me. pivot.exportTo("html", { destinationType: "server", url: "" }, res =\> { console.log(res.data) }) In react, It shows…
0
votes
1 answer

How to maintain the current slice selected by the user in webdatarocks report?

I am using the WebDataRocks reporting tool in asp.net core razor view, the user specifies some form inputs to filter the report with, and clicks show report to display the report, and when the user selects additional fields to be displayed ( from…
Abdelrahman
  • 55
  • 1
  • 7
0
votes
1 answer

Webdatarocks exportTo pdf missing column headers on second page

There's a way to have column's header on all the printed page of PDF? I can see the column's header on the first page but they are missing for the other pages. here is command i'm using: webdatarocks.exportTo( "pdf", {filename: "test_file+.pdf",…
Stefano
  • 3
  • 2
0
votes
1 answer

Why is my column not showing in WebDataRocks?

We have a set of JSON data coming back from an API that we pass to WDR via the report.dataSource field in the initial configuration. One of these columns is a string that doesn't render in the normal display. However, the data is there and if we…
0
votes
0 answers

Webdatarocks pivottabe for react wont get default toolbar as shown in demo

Im using Webdatarocks pivottable with react and at first the correct toolbar was shown, next time im starting my app wrong toolbar is shown and i have been trying to use "beforetoolbarcreated" function with no succes of getting the right toolbar. i…
0
votes
1 answer

How to access Filtered data from Webdatarocks table

Is there way to access Filtered data from Webdatarocks table. In webdatarocks, we can use filters to filter out the data. I need to pass this filtered data to independent graphs, so want to utilize the filtered output. Any help in this highly…
0
votes
1 answer

Do webdatarocks supports muliple pivot report and chart on dashboard

Do webdatarocks supports muliple pivot report and chart on dashboard. I need to load a list of reports, on first row – report 1 with pivot table and chart and on row two – report 2 with different data as its chart values and so on. is it possible…
0
votes
1 answer

In webdatarocks pivot table, how can i get the date to be split into Year / Month / Day by local time?

The date for the entry below will be split by the pivot table to 2022, June, 30 but I need it to be 2022 July 1 when viewed in UTC+10. How can this be achieved without fudging (time shifting) the input date field? { "name": "Fred", …
GBuchannon
  • 13
  • 4
0
votes
1 answer

Uncaught TypeError: Cannot read properties of undefined (reading 'ha')

I have try to create a webdatarocks basic table using React. But i have continuously encountered the following issues. Why this following error occurs. How to overcome this?enter image description here
0
votes
1 answer

Unable to add caption to Calculated Fields in "Field section" of Webdatarocks pivot table

Unable to add caption to Calculated Fields in "Field section" of Webdatarocks pivot table. Non-calculated fields comes with caption but caption doesn't works for Calculated fields. Note : In table caption works fine.