Skip to content

Commit

Permalink
feat(@clayui/table): LPD-42395 Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzamcmed committed Nov 19, 2024
1 parent f4b3da9 commit 837e02e
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ exports[`Table basic rendering render dynamic content 1`] = `
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
title="Manage Columns Visibility"
type="button"
>
<svg
Expand Down Expand Up @@ -195,6 +196,7 @@ exports[`Table basic rendering render static content 1`] = `
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
title="Manage Columns Visibility"
type="button"
>
<svg
Expand Down Expand Up @@ -350,8 +352,8 @@ exports[`Table basic rendering render with sort column 1`] = `
class="autofit-col"
>
<button
aria-label="sortable column"
class="component-action"
title="sortable column"
type="button"
>
<svg
Expand Down Expand Up @@ -395,8 +397,8 @@ exports[`Table basic rendering render with sort column 1`] = `
class="autofit-col"
>
<button
aria-label="sortable column"
class="component-action"
title="sortable column"
type="button"
>
<svg
Expand Down Expand Up @@ -424,6 +426,7 @@ exports[`Table basic rendering render with sort column 1`] = `
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
title="Manage Columns Visibility"
type="button"
>
<svg
Expand Down Expand Up @@ -584,6 +587,7 @@ exports[`Table basic rendering render with treegrid 1`] = `
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
title="Manage Columns Visibility"
type="button"
>
<svg
Expand Down Expand Up @@ -673,9 +677,9 @@ exports[`Table basic rendering render with treegrid 1`] = `
class="autofit-col-toggle autofit-col"
>
<button
aria-label="expandable"
class="btn btn-monospaced btn-outline-borderless btn-outline-secondary btn-xs"
tabindex="-1"
title="expandable"
type="button"
>
<svg
Expand Down

0 comments on commit 837e02e

Please sign in to comment.