Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/plotly/dash
/ sort
Method
sort
components/dash-table/tests/selenium/conftest.py:343–345 ·
view source on GitHub ↗
(self, row=0)
Source
from the content-addressed store, hash-verified
341
342
@preconditions(_validate_row)
343
def
sort(self, row=0):
344
self.find_inside(row,
".column-header--sort"
).click()
345
self.mixin._wait_for_table(self.id)
346
347
def
filter(self):
348
return
(
Callers
15
stringifyId
Method · 0.45
calcStep
Function · 0.45
Dropdown
Function · 0.45
getMarkPositions
Function · 0.45
createMonthGrid.test.ts
File · 0.45
parser
Function · 0.45
renderMenu
Method · 0.45
toClipboard
Method · 0.45
test_tbst012_delete_sorted_row
Function · 0.45
test_tbst014_selected_sorted_row
Function · 0.45
test_tbst015_selected_row_respects_sort
Function · 0.45
test_tbst020_sorted_table_delete_cell
Function · 0.45
Calls
3
find_inside
Method · 0.95
_wait_for_table
Method · 0.80
click
Method · 0.45
Tested by
no test coverage detected