英文:
How to make Grouping Entities Table widget in Thingsboard?
问题
我创建了一个包含实体表格部件的小部件,其中数据以以下表格形式呈现:
我想问如何对实体表格部件进行分组,或者是否可以创建类似于 Widget Table Widget 中的层次结构部件的实体表格部件,如下所示:
实体表格部件能否按组显示数据?
英文:
I created a widget with Entities Table widget where data is presented in table like this :
I want to ask how to make grouping entity table widget or is it possible to create Entities Table widget similar like Hierarchy Widget in Widget Table Widget or As shown below :
Can the Entities Table widget display the data by grouping?
答案1
得分: 1
这在默认的实体表部件中是不可能的,但你可以为此目的开发自己的自定义部件。
有很多可用的库,比如 DataTables:
https://datatables.net/extensions/rowgroup/
https://datatables.net/examples/advanced_init/row_grouping.html
英文:
This is not possible with default Entities Table Widget, but you could develop your own custom widget for this purpose.
There are a lot of libraries available like e.g. DataTables:
https://datatables.net/extensions/rowgroup/
https://datatables.net/examples/advanced_init/row_grouping.html
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论