Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rendering tables #120

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Support rendering tables #120

merged 1 commit into from
Oct 3, 2024

Conversation

mahendrapaipuri
Copy link
Owner

Closes #103

* The feature adds support for adding tabular data of panels at the end of the report. Users can choose which panel data must be included in the report by query parameters.

Signed-off-by: Mahendra Paipuri <[email protected]>
@mahendrapaipuri mahendrapaipuri added the enhancement New feature or request label Sep 28, 2024
@mahendrapaipuri mahendrapaipuri merged commit a54a200 into main Oct 3, 2024
11 checks passed
@mahendrapaipuri mahendrapaipuri deleted the tables_support branch October 3, 2024 13:15
@vkhemani
Copy link

vkhemani commented Oct 4, 2024

Hi,
i tried the feature. but i am not seeing any difference in this version or the previous version. i am not getting any option to select a table that is to be printed.

@mahendrapaipuri
Copy link
Owner Author

Hey @vkhemani Cheers for your time in testing it.

I forgot to mention that you need to pass the IDs of panels that you would like to include the tabular data using query parameter includePanelDataID. Check the updated docs. You can request for the data of regular panels as well not just table panels. This gives full flexbility of controlling which data you would like to include in the report.

It has been already merged into main so you can try nightly release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tables in reports
2 participants