Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Table Border Bugs  #434

@alinastarkov

Description

@alinastarkov

The css property for table border overwrites the one in style_* props :

td {
  border-bottom: 1px solid #E1E1E1 
}
dash_table.DataTable(
    data=df.to_dict('records'),
    columns=[{'id': c, 'name': c} for c in df.columns],
    style_data={ 'border': '1px solid blue' },
    style_header={ 'border': '1px solid pink' }
)

Screen Shot 2019-05-21 at 11 41 20 AM

Metadata

Metadata

Assignees

Labels

dash-type-bugSomething isn't working as intended

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions