We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.

How to specify the columns to display in the Details view

Resolved

Hi,
is there a way to specify which column should be displayed in the Details view by default? I would like to be able to show all the columns in the dataset and not only the once specified as rows and values.
Thanks,
Filippo Toso

3 answers

PRAVEEN March 28, 2019

I have the same question. Is there a way to do that?

WebDataRocks Team WebDataRocks March 29, 2019

Hello Filippo and Praveen,
 
Thank you for the question.
Actually, there is no separate configuration to specify fields for the Details view.
But, as a workaround, you can use slice.reportFilters in combination with options.grid.showReportFiltersArea: false.
Here is a sample: https://jsfiddle.net/yxdv4urn/
 
Please let us know if it works for you.
 
Regards,
WebDataRocks Team

PRAVEEN April 3, 2019

Thank you for the quick solution, Yes it worked.