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.

Rename Table, rename dash_table? #154

Description

@chriddyp

Component options:

  • Table - Clean, but it conflicts with html.Table. Not necessarily a blocker
  • DataTable - Seems fine. Matches the data= property too.
  • InteractiveTable - too long
  • Any other options?

Library options:

  • import dash_table as dt
  • import dash_interactive_table as dit
  • import dash_spreadsheet as ds

I think I prefer either:

import dash_table as dt

dt.DataTable

or what we currently have:

import dash_table as dt

dt.Table

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions