Skip to content

Commit 33d1c70

Browse files
committed
Added Cell Tip
Added Cell Tip
1 parent a5f8ad6 commit 33d1c70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/tenant/administration/ListLicences.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const columns = [
4242
name: 'Estimated Term',
4343
selector: (row) => row['EstTerm'],
4444
sortable: true,
45+
cell: (row) => CellTip(row['EstTerm']),
4546
exportSelector: 'EstTerm',
4647
},
4748
{

0 commit comments

Comments
 (0)