MCPcopy Index your code
hub / github.com/plotly/dash / getVirtualizedState

Function getVirtualizedState

components/dash-table/demo/AppMode.ts:320–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318}
319
320function getVirtualizedState() {
321 const mock = generateMockData(5000);
322
323 return {
324 filter_query: '',
325 tableProps: R.mergeRight(getBaseTableProps(mock), {
326 data: mock.data,
327 editable: true,
328 fill_width: false,
329 sort_action: TableAction.Native,
330 merge_duplicate_headers: false,
331 row_deletable: true,
332 row_selectable: 'single',
333 virtualization: true
334 })
335 };
336}
337
338function getFormattingState() {
339 const state = getDefaultState();

Callers 1

getModeStateFunction · 0.85

Calls 2

generateMockDataFunction · 0.90
getBaseTablePropsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…