Skip to content

Commit

Permalink
Added Cell Tip
Browse files Browse the repository at this point in the history
Added Cell Tip
  • Loading branch information
BNWEIN committed Aug 3, 2023
1 parent a5f8ad6 commit 33d1c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/tenant/administration/ListLicences.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const columns = [
name: 'Estimated Term',
selector: (row) => row['EstTerm'],
sortable: true,
cell: (row) => CellTip(row['EstTerm']),
exportSelector: 'EstTerm',
},
{
Expand Down

0 comments on commit 33d1c70

Please sign in to comment.