Skip to content

Commit

Permalink
feat: [Table] related #340 - remove a puik-head separator if the tabl…
Browse files Browse the repository at this point in the history
…e does not have a searchbar
  • Loading branch information
mattgoud committed Jun 13, 2024
1 parent f0dba84 commit 9436e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/table/src/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
</template>
</th>
</tr>
<tr>
<tr v-if="searchBar">
<td :colspan="selectable ? headers.length +1 : headers.length">
<div class="puik-table__head-separator" />
</td>
Expand Down

0 comments on commit 9436e43

Please sign in to comment.