Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
missing button
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Jan 19, 2024
1 parent 4f200c8 commit 753b14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/skrubview/_data/templates/column-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ <h3 class="skrubview-margin-r-t">
<span class="skrubview-grid-separator">List:</span>
{% set val_id = "{}-freq-value-list".format(col_id) %}


<pre class="skrubview-box"
id="{{ val_id }}"
data-selector-id="{{ selector_id }}"
data-content-value="{{ column.value_counts | list }}"
data-content-repr="{{ column.value_counts | list }}"
data-content-filter="{{ column.value_counts | list | filter_isin_snippet(column.name, summary.dataframe_module) }}"
>{{ column.value_counts.keys() | list }}</pre>
<button onclick='copyTextToClipboard("{{ val_id }}")'>📋</button>
</div>
</div>
</details>
Expand Down

0 comments on commit 753b14b

Please sign in to comment.