Editable tables in Business Table 1.5.0 for Grafana | Step-by-step tutorial and nested objects

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ก.พ. 2025

ความคิดเห็น • 22

  • @volkovlabs
    @volkovlabs  3 หลายเดือนก่อน +5

    Will you use the Nested Objects feature? Should we extend its capabilities?

  • @JohnPamplin
    @JohnPamplin 3 หลายเดือนก่อน +3

    This plugin is a BIG DEAL - we use several of your plugins and we appreciate all your work on this!

    • @volkovlabs
      @volkovlabs  3 หลายเดือนก่อน

      We appreciate the support and impressed by the community feedback about Business Table!

  • @jarradwalters9583
    @jarradwalters9583 หลายเดือนก่อน +1

    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

    • @volkovlabs
      @volkovlabs  หลายเดือนก่อน

      We have this feature request opened already: github.com/VolkovLabs/business-table/issues/113.

  • @jarradwalters9583
    @jarradwalters9583 หลายเดือนก่อน +1

    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.

    • @volkovlabs
      @volkovlabs  หลายเดือนก่อน

      Thank you for feature request. We will look into adding it in the future releases: github.com/VolkovLabs/business-table/issues/203

  • @renobodyrenobody
    @renobodyrenobody 3 หลายเดือนก่อน +1

    Thanks a lot... Huge improvements if we compare with the standard table object. Whaoo!

    • @volkovlabs
      @volkovlabs  3 หลายเดือนก่อน +1

      Yeah and there are more coming in the future releases.

  • @philldesigner
    @philldesigner 3 หลายเดือนก่อน +1

    Exatamentes novidades 🎉

  • @Montano-qo1kc
    @Montano-qo1kc 29 วันที่ผ่านมา +2

    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 :(

    • @volkovlabs
      @volkovlabs  29 วันที่ผ่านมา +1

      Panel supports any data source available in Grafana. There is no restrictions from our side.

    • @Montano-qo1kc
      @Montano-qo1kc 29 วันที่ผ่านมา +1

      ​@@volkovlabs Thx for fast response, In the Query Editor the `${payload}` is for sending dynamisk values but the flux won't accept it.

    • @volkovlabs
      @volkovlabs  29 วันที่ผ่านมา +1

      @@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.

    • @Montano-qo1kc
      @Montano-qo1kc 28 วันที่ผ่านมา +1

      @@volkovlabs now it working good thx :)

    • @volkovlabs
      @volkovlabs  25 วันที่ผ่านมา

      Glad to hear that!

  • @lohweiyang6766
    @lohweiyang6766 28 วันที่ผ่านมา +1

    Hi, how do i configure my update request in settings of editable data section to update my the table in my postgres data source?

    • @volkovlabs
      @volkovlabs  25 วันที่ผ่านมา

      Please follow documentation which was recently updated to the latest version: volkovlabs.io/plugins/business-table/editable/

  • @Zaiïzev
    @Zaiïzev 16 วันที่ผ่านมา +1

    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?

    • @volkovlabs
      @volkovlabs  15 วันที่ผ่านมา

      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.

    • @Zaiïzev
      @Zaiïzev 15 วันที่ผ่านมา

      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}