Skip to content

Commit

Permalink
fix(module: table): Table Selection Component Hidden Property not wor…
Browse files Browse the repository at this point in the history
…king (#2945)
  • Loading branch information
dashiell-zhang authored Dec 16, 2022
1 parent eb1ac6b commit d467f3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/table/Selection.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
{
return;
}
else if (Hidden)
{
return;
}
else if (IsPlaceholder)
{
<td style="padding: 0px; border: 0px; height: 0px;"></td>
Expand Down

0 comments on commit d467f3a

Please sign in to comment.