Skip to content

data table example #95

@giodegas

Description

@giodegas

I would like to see how this library works with data tables, represented by a list of dictionaries, like:

data = [{'name':'John', 'last name':'Doe, 'DOB':'01/01/1990'},
        {'name':'Mike', 'last name':'Smith, 'DOB':'02/02/1992'}]

then I would like have:

my_table = DataTable(columns=['name','last name','DOB'], data=data)

I did not find any example like it.

Could it be possible? Any roadmap to cover this need?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions