fix(data-table): deprecate Table shouldShowBorder prop

Ref: 0f7324156
This commit is contained in:
Eric Y Liu 2021-07-09 11:21:53 -07:00
commit 69d09507c8

View file

@ -11,7 +11,10 @@
/** Set to `true` to use static width */
export let useStaticWidth = false;
/** Set to `true` for the bordered variant */
/**
* Set to `true` for the bordered variant
* @deprecated this prop will be removed in the next major release
*/
export let shouldShowBorder = false;
/** Set to `true` for the sortable variant */