feature/IO-3545-Production-Board-List-DND - Checkpoint
This commit is contained in:
@@ -472,6 +472,7 @@ export function ProductionListTable({ loading, data, refetch, bodyshop, technici
|
||||
<Table
|
||||
sticky
|
||||
tableLayout="fixed"
|
||||
className="prod-list-table"
|
||||
pagination={false}
|
||||
size="small"
|
||||
{...(Production_List_Status_Colors.treatment === "on" &&
|
||||
|
||||
@@ -18,12 +18,12 @@ const ResizableComponent = forwardRef((props, ref) => {
|
||||
onResizeStop={onResizeStop}
|
||||
draggableOpts={{ enableUserSelectHack: false }}
|
||||
resizeHandles={["e"]}
|
||||
axis="x"
|
||||
handle={(axis, handleRef) => (
|
||||
<span
|
||||
ref={handleRef}
|
||||
<span
|
||||
ref={handleRef}
|
||||
className={`react-resizable-handle react-resizable-handle-${axis}`}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
style={{ width: '10px', right: '-5px', cursor: 'col-resize' }}
|
||||
/>
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user