Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ table
Method
table
components/dash-table/tests/selenium/conftest.py:603–604 ·
view source on GitHub ↗
(self, id)
Source
from the content-addressed store, hash-verified
601
602
@preconditions(_validate_id)
603
def
table(self, id):
604
return
DataTableFacade(id, self)
605
606
def
get_table_ids(self):
607
return
self.driver.execute_script(
Callers
15
test_tmcp001_copy_markdown_to_text
Function · 0.45
test_tmcp002_copy_markdown_to_markdown
Function · 0.45
test_tmcp003_copy_text_to_markdown
Function · 0.45
test_tmcp004_copy_null_text_to_markdown
Function · 0.45
test_tmdl001_click_markdown_link
Function · 0.45
test_tbst001_get_cell
Function · 0.45
test_tbst002_select_all_text
Function · 0.45
test_tbst003_edit_on_enter
Function · 0.45
test_tbst004_edit_on_tab
Function · 0.45
test_tbst005_edit_last_row_on_click_outside
Function · 0.45
test_tbst006_focused_arrow_left
Function · 0.45
test_tbst007_active_focused_arrow_right
Function · 0.45
Calls
1
DataTableFacade
Class · 0.85
Tested by
no test coverage detected