Still loving this table I've built a crazy solution to manage my inventory. 1 thing I noticed is missing that we have in the standard table is the inspect cell option. It's very useful ,like in you example with the description we have 3 options, make the text wrap, which lengthens the table or no wrap but the text is cut off with no way to view it apart from copy paste or download the csv or create a fake edit action that will allow you to get into the cell. Cell inspect would be a great alternative for long strings. Thanks
I love this plugin, so useful. I would like to see a option to group by multiple objects. For example: Lets say you had a list of servers, the operating system, uptime and all the services running on the machines. it would be good to group by the server name and have all the server data that is unique one one line and expanding will only display the services running on that machine.
Hey, Can we use your Editable data with InfluxDB as we are trying to send data from the table to our InfluxDB we can't use the '${payload} as it is json :(
@@Montano-qo1kc Can you use separate fields like in our examples? Data Sources don't support object serialization. Grafana was not designed to support it. Maybe only Infinity Data Source supports it, but I have to double check it.
Hello, I would like to change my datalink based on the regex of $__value.text to display a different dashboard based on the type of tool sending an event but grafana does not have this features. I wanted to create a new columns "dashboard uid" based on a regex of my serial number column and tu use it on the datalink. Is it possible with this plugin?
Business Tables support native data links functionality. You can use column values in data links for dashboard Id. It's possible to do if I understand the question.
Yes, but I would like to perform a data link like " if $__value.text =~/SupplierA/ => mydomain/d/uid_supplierA/title?&var-tool={$__value.text} else mydomain/d/uid_supplierB/title?&var-tool={$__value.text}
Will you use the Nested Objects feature? Should we extend its capabilities?
This plugin is a BIG DEAL - we use several of your plugins and we appreciate all your work on this!
We appreciate the support and impressed by the community feedback about Business Table!
Still loving this table I've built a crazy solution to manage my inventory. 1 thing I noticed is missing that we have in the standard table is the inspect cell option.
It's very useful ,like in you example with the description we have 3 options, make the text wrap, which lengthens the table or no wrap but the text is cut off with no way to view it apart from copy paste or download the csv or create a fake edit action that will allow you to get into the cell.
Cell inspect would be a great alternative for long strings. Thanks
We have this feature request opened already: github.com/VolkovLabs/business-table/issues/113.
I love this plugin, so useful.
I would like to see a option to group by multiple objects. For example:
Lets say you had a list of servers, the operating system, uptime and all the services running on the machines. it would be good to group by the server name and have all the server data that is unique one one line and expanding will only display the services running on that machine.
Thank you for feature request. We will look into adding it in the future releases: github.com/VolkovLabs/business-table/issues/203
Thanks a lot... Huge improvements if we compare with the standard table object. Whaoo!
Yeah and there are more coming in the future releases.
Exatamentes novidades 🎉
Hey,
Can we use your Editable data with InfluxDB as we are trying to send data from the table to our InfluxDB we can't use the '${payload} as it is json :(
Panel supports any data source available in Grafana. There is no restrictions from our side.
@@volkovlabs Thx for fast response, In the Query Editor the `${payload}` is for sending dynamisk values but the flux won't accept it.
@@Montano-qo1kc Can you use separate fields like in our examples? Data Sources don't support object serialization.
Grafana was not designed to support it. Maybe only Infinity Data Source supports it, but I have to double check it.
@@volkovlabs now it working good thx :)
Glad to hear that!
Hi, how do i configure my update request in settings of editable data section to update my the table in my postgres data source?
Please follow documentation which was recently updated to the latest version: volkovlabs.io/plugins/business-table/editable/
Hello, I would like to change my datalink based on the regex of $__value.text to display a different dashboard based on the type of tool sending an event but grafana does not have this features. I wanted to create a new columns "dashboard uid" based on a regex of my serial number column and tu use it on the datalink. Is it possible with this plugin?
Business Tables support native data links functionality. You can use column values in data links for dashboard Id. It's possible to do if I understand the question.
Yes, but I would like to perform a data link like "
if $__value.text =~/SupplierA/ => mydomain/d/uid_supplierA/title?&var-tool={$__value.text} else mydomain/d/uid_supplierB/title?&var-tool={$__value.text}