VolkovLabs / business-table

Summarize large amounts of data for @grafana
https://docs.volkovlabs.io
Apache License 2.0
8 stars 0 forks source link

Text font, text font size and download csv issue. #48

Open marciop975 opened 1 week ago

marciop975 commented 1 week ago

I really like the plugin, congratulations!

I would like to suggest adding the option to change the text font and font size, or perhaps just the font size.

This option exists in the older version of the Grafana table.

Another thing is the ability to download the CSV as it appears in the table. Currently, when I inspect, get data, and download, I always receive the full table instead of what's displayed in the table.

For example, I have a query with ITEM, MIN, and MAX. I created TAB1 with ITEM and MIN and TAB2 with ITEM and MAX. When I click TAB2, I see ITEM and MAX, but when I try to download it, I always get the complete table from the query with ITEM, MIN, and MAX.

csv_download csv_download_MIN

mikhail-vl commented 1 week ago

@marciop975 We appreciate the feedback and feature requests.

Updating font is similar to https://github.com/VolkovLabs/business-table/issues/10 which was opened for the header. We plan to address download https://github.com/VolkovLabs/business-table/issues/22 in the upcoming releases. Let us know if there is anything else.