We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcb982 commit 6162468Copy full SHA for 6162468
src/components/QueryResultTable/utils/getColumnWidth.ts
@@ -1,7 +1,6 @@
1
import type {KeyValueRow} from '../../../types/api/query';
2
3
export const MAX_COLUMN_WIDTH = 600;
4
-export const PADDING_WITH_SORT_ICON = 55;
5
export const HEADER_PADDING = 20;
6
7
export const getColumnWidth = ({data, name}: {data?: KeyValueRow[]; name: string}) => {
0 commit comments