Skip to content

Commit

Permalink
Merge branch 'feat/editable-table-input-refactor' of github.com:razor…
Browse files Browse the repository at this point in the history
…pay/blade into feat/editable-table-input-refactor
  • Loading branch information
saurabhdaware committed Jul 15, 2024
2 parents fab5005 + 9bd7d34 commit c168250
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-stingrays-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@razorpay/blade": patch
---

feat(TableEditableCell): refactor TableEditableCell and add TableEditableDropdownCell
22 changes: 16 additions & 6 deletions packages/blade/src/components/Table/docs/BasicTable.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
import type { StoryFn, Meta } from '@storybook/react';
import type { TableData, TableProps } from '../types';
import { Table as TableComponent } from '../Table';
import { TableHeader, TableHeaderRow, TableHeaderCell } from '../TableHeader';
import { TableBody, TableRow, TableCell, TableEditableCell } from '../TableBody';
import { TableToolbar, TableToolbarActions } from '../TableToolbar';
import { TableFooter, TableFooterRow, TableFooterCell } from '../TableFooter';
import { TablePagination } from '../TablePagination';
import {
Table as TableComponent,
TableEditableCell,
TableHeader,
TableHeaderRow,
TableHeaderCell,
TableBody,
TableRow,
TableCell,
TableToolbar,
TableToolbarActions,
TableFooter,
TableFooterRow,
TableFooterCell,
TablePagination,
} from '../../Table';
import StoryPageWrapper from '~utils/storybook/StoryPageWrapper';
import { Box } from '~components/Box';
import { Amount } from '~components/Amount';
Expand Down

0 comments on commit c168250

Please sign in to comment.