MCPcopy
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

stringifyIdMethod · 0.45
calcStepFunction · 0.45
DropdownFunction · 0.45
getMarkPositionsFunction · 0.45
parserFunction · 0.45
renderMenuMethod · 0.45
toClipboardMethod · 0.45

Calls 3

find_insideMethod · 0.95
_wait_for_tableMethod · 0.80
clickMethod · 0.45

Tested by

no test coverage detected