diff --git a/docs/src/components/pricing/PricingTable.tsx b/docs/src/components/pricing/PricingTable.tsx index b39a16ff9c6fb7..9e90e8d1796a64 100644 --- a/docs/src/components/pricing/PricingTable.tsx +++ b/docs/src/components/pricing/PricingTable.tsx @@ -488,8 +488,15 @@ const rowHeaders: Record = { 'data-grid/file-print': ( ), - 'data-grid/file-clipboard': ( - + 'data-grid/file-clipboard-copy': ( + + ), + 'data-grid/file-clipboard-paste': ( + ), 'data-grid/file-excel': ( @@ -644,7 +651,8 @@ const communityData: Record = { 'data-grid/edit-cell': yes, 'data-grid/file-csv': yes, 'data-grid/file-print': yes, - 'data-grid/file-clipboard': no, + 'data-grid/file-clipboard-copy': yes, + 'data-grid/file-clipboard-paste': no, 'data-grid/file-excel': no, 'data-grid/customizable-components': yes, 'data-grid/virtualize-column': yes, @@ -703,7 +711,8 @@ const proData: Record = { 'data-grid/edit-cell': yes, 'data-grid/file-csv': yes, 'data-grid/file-print': yes, - 'data-grid/file-clipboard': pending, + 'data-grid/file-clipboard-copy': yes, + 'data-grid/file-clipboard-paste': no, 'data-grid/file-excel': no, 'data-grid/customizable-components': yes, 'data-grid/virtualize-column': yes, @@ -750,7 +759,7 @@ const premiumData: Record = { 'data-grid/row-pinning': yes, 'data-grid/row-selection': yes, 'data-grid/row-multiselection': yes, - 'data-grid/row-rangeselection': pending, + 'data-grid/row-rangeselection': yes, 'data-grid/filter-quick': yes, 'data-grid/filter-column': yes, 'data-grid/filter-multicolumn': yes, @@ -762,7 +771,8 @@ const premiumData: Record = { 'data-grid/edit-cell': yes, 'data-grid/file-csv': yes, 'data-grid/file-print': yes, - 'data-grid/file-clipboard': pending, + 'data-grid/file-clipboard-copy': yes, + 'data-grid/file-clipboard-paste': yes, 'data-grid/file-excel': yes, 'data-grid/customizable-components': yes, 'data-grid/virtualize-column': yes, @@ -1182,7 +1192,8 @@ export default function PricingTable({ {nestedDivider} {renderRow('data-grid/file-excel')} {nestedDivider} - {renderRow('data-grid/file-clipboard')} + {renderRow('data-grid/file-clipboard-copy')} + {renderRow('data-grid/file-clipboard-paste')} {nestedDivider} Rendering features {renderRow('data-grid/customizable-components')}