Skip to content

Conversation

ElenaStrashko
Copy link

Add this method, because it's a convenient way to create treetables with a lot of rows using Python.
Like this:

            .treetable([
                    {'display_text': 'name', 'type': 0, 'unit': 'this is a name'},
                    {'display_text': 'value', 'type': 0, 'unit': 'This is value'}, ])\
            .single_row(0, [[1, 2], [3, 43]])\
            .single_row(1, [[1, 2], [3, 43]]) ```

@CLAassistant
Copy link

CLAassistant commented May 21, 2021

CLA assistant check
All committers have signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants