Skip to content

Commit

Permalink
fix: add deprecation comment to enableWrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jordankoschei-okta committed Jun 17, 2024
1 parent cb80ef0 commit b27f38b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/odyssey-react-mui/src/DataTable/DataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ import { Callout } from "../Callout";
import { t } from "i18next";

export type DataTableColumn<T extends DataTableRowData> = MRT_ColumnDef<T> & {
/**
* @deprecated use hasTextWrapping instead of enableWrapping
*/
enableWrapping?: boolean;
hasTextWrapping?: boolean;
};
Expand Down

0 comments on commit b27f38b

Please sign in to comment.