diff --git a/frontend/src/components/DataTable.tsx b/frontend/src/components/DataTable.tsx index 93543da..9ffd508 100644 --- a/frontend/src/components/DataTable.tsx +++ b/frontend/src/components/DataTable.tsx @@ -2,7 +2,7 @@ import type {Key} from 'react' import {useCallback, useEffect, useLayoutEffect, useMemo, useRef, useState} from 'react' import {Button, Checkbox, Divider, Input, Pagination, Popconfirm, Popover, Select, Space, Table, Tooltip} from 'antd' import {message} from '../utils/appMessage' -import {ClearOutlined, CloseOutlined, DeleteOutlined, FilterOutlined, HolderOutlined, PushpinFilled, PushpinOutlined, ReloadOutlined, SettingOutlined} from '@ant-design/icons' +import {ClearOutlined, CloseOutlined, DeleteOutlined, FilterOutlined, HolderOutlined, PushpinFilled, PushpinOutlined, QuestionCircleOutlined, ReloadOutlined, SettingOutlined} from '@ant-design/icons' import {closestCenter, DndContext, type DragEndEvent, PointerSensor, useSensor, useSensors} from '@dnd-kit/core' import {arrayMove, SortableContext, useSortable, verticalListSortingStrategy} from '@dnd-kit/sortable' import {CSS} from '@dnd-kit/utilities' @@ -820,7 +820,7 @@ export default function DataTable = R }, [dense, toolbarGap]) return ( -
+
{searchPlacement === 'start' && searchControl} @@ -921,6 +921,19 @@ export default function DataTable = R pagination={false} onChange={handleChange} /> + Wide tables: hold Shift and use the mouse wheel to scroll horizontally.
} + > +