MCPcopy
hub / github.com/Comcast/react-data-grid / getResizeHandle

Function getResizeHandle

test/browser/column/resizable.test.tsx:12–15  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

10}
11
12function getResizeHandle(name: string) {
13 // eslint-disable-next-line @typescript-eslint/no-unsafe-return
14 return getHeaderCell(name).getBySelector('.rdg-resize-handle');
15}
16
17async function resize(columnName: string, resizeBy: number | readonly number[]) {
18 await expect.element(getResizeHandle(columnName)).toBeInTheDocument();

Callers 3

resizeFunction · 0.85
autoResizeFunction · 0.85
resizable.test.tsxFile · 0.85

Calls 1

getHeaderCellFunction · 0.90

Tested by

no test coverage detected