Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/plotly/dash
/ hide
Method
hide
components/dash-table/tests/selenium/conftest.py:325–326 ·
view source on GitHub ↗
(self, row=0)
Source
from the content-addressed store, hash-verified
323
324
@preconditions(_validate_row)
325
def
hide(self, row=0):
326
self.find_inside(row,
".column-header--hide"
).click()
327
328
@preconditions(_validate_row)
329
def
is_selected(self, row=0):
Callers
7
test_colm002_keep_hidden_on_delete
Function · 0.80
test_colm004_can_hide
Function · 0.80
test_colm005_dont_clear_hidden
Function · 0.80
test_tbcp007_copy_paste_with_hidden_column
Function · 0.80
test_tbcp008_copy_paste_between_tables_with_hidden_columns
Function · 0.80
test_head002_preserves_hidden_columns_on_rename
Function · 0.80
async-mathjax.js
File · 0.80
Calls
2
find_inside
Method · 0.95
click
Method · 0.45
Tested by
no test coverage detected