UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

12 lines (11 loc) 504 B
/** * DevExtreme (esm/__internal/grids/pivot_grid/keyboard_navigation/const.js) * Version: 26.1.4 * Build date: Fri Jul 24 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ export const HORIZONTAL_HEADERS_AREA_CLASS = "dx-pivotgrid-horizontal-headers"; export const VERTICAL_HEADERS_AREA_CLASS = "dx-pivotgrid-vertical-headers"; export const FAKE_TABLE_CLASS = "dx-pivot-grid-fake-table";