Skip to content

Commit

Permalink
fix: review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanisAvko committed Sep 12, 2024
1 parent bf12531 commit 309f227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Person>[] = [
baseDragHandleColumn,
dragHandleColumn,
// ...other columns
];

Expand Down
2 changes: 0 additions & 2 deletions src/components/BaseTable/BaseTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
$block: '.#{variables.$ns}table';

#{$block} {
--gc-tree-view-padding: 0px;

border-spacing: 0;
border-collapse: separate;

Expand Down

0 comments on commit 309f227

Please sign in to comment.