Skip to content

Commit

Permalink
[Table] Fix resizable props documentation (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored and adidahiya committed Mar 26, 2019
1 parent beefef2 commit 8de5b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/table/src/headers/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface IHeaderProps extends ILockableLayout, IReorderableProps, ISelec

/**
* Enables/disables the resize interaction.
* @default false
* @default true
*/
isResizable?: boolean;

Expand Down
2 changes: 1 addition & 1 deletion packages/table/src/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export interface ITableProps extends IProps, IRowHeights, IColumnWidths {

/**
* If `false`, disables resizing of rows.
* @default false
* @default true
*/
enableRowResizing?: boolean;

Expand Down

1 comment on commit 8de5b33

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Table] Fix resizable props documentation (#3400)

Previews: documentation | landing | table

Please sign in to comment.