|
|
|
|
@ -30,7 +30,8 @@ export const TableSettings = ({orderColumns}) => {
|
|
|
|
|
|
|
|
|
|
const columnsListRender = () => {
|
|
|
|
|
return (
|
|
|
|
|
<div onClick={(e) => e.stopPropagation()} className='z-10 bg-white-background rounded-xl p-3 space-y-3'>
|
|
|
|
|
<div onClick={(e) => e.stopPropagation()} className='z-10 bg-white-background rounded-xl p-3 space-y-3'
|
|
|
|
|
style={{ maxHeight: "80vh", overflowY: "scroll", margin: "24px 0 24px" }}>
|
|
|
|
|
<DragDropContext onDragEnd={handleDrop}>
|
|
|
|
|
<Droppable droppableId="tableOrder">
|
|
|
|
|
{(provided) => (
|
|
|
|
|
|