How to specify the columns to display in the Details view
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
I have the same question. Is there a way to do that?
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
Thank you for the quick solution, Yes it worked.