BlazorTable icon indicating copy to clipboard operation
BlazorTable copied to clipboard

Detail View Icon

Open adrianoforster opened this issue 4 years ago • 1 comments

Its possible to only show de detail icon if a row has any detail to show?

Exemple:

If row 2, dosent has a data to show in detail, hide the detail icon on parent table

image

adrianoforster avatar Feb 04 '21 14:02 adrianoforster

Yes, You have to add one condition on Table component if details template is not null then show the icon else hide the icon.

irushabh avatar Feb 04 '21 16:02 irushabh