From 309f22768347464af20aa8f5264f82bd7d1ab5cf Mon Sep 17 00:00:00 2001 From: DanisAvko Date: Thu, 12 Sep 2024 16:10:28 +0300 Subject: [PATCH] fix: review fixes --- README.md | 4 ++-- src/components/BaseTable/BaseTable.scss | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01efc39..6907fcc 100644 --- a/README.md +++ b/README.md @@ -188,10 +188,10 @@ const GroupingExample = () => { ```tsx import type {ReorderingProviderProps} from '@gravity-ui/table'; -import {baseDragHandleColumn, ReorderingProvider} from '@gravity-ui/table'; +import {dragHandleColumn, ReorderingProvider} from '@gravity-ui/table'; const columns: ColumnDef[] = [ - baseDragHandleColumn, + dragHandleColumn, // ...other columns ]; diff --git a/src/components/BaseTable/BaseTable.scss b/src/components/BaseTable/BaseTable.scss index 22fd795..35af1d4 100644 --- a/src/components/BaseTable/BaseTable.scss +++ b/src/components/BaseTable/BaseTable.scss @@ -3,8 +3,6 @@ $block: '.#{variables.$ns}table'; #{$block} { - --gc-tree-view-padding: 0px; - border-spacing: 0; border-collapse: separate;