Skip to content

Commit

Permalink
class=rows-and-columns, closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 6, 2024
1 parent 46bcf8e commit 7d1b2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette_search_all/templates/search_all.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h1>Search all tables</h1>
html = autoescape`
<h2><a href="${search_url}">${Number(count).toLocaleString()} result${count == 1 ? '' : 's'}</a> in ${database}: ${table}</h2>
<div style="overflow: auto">
<table>
<table class="rows-and-columns">
<tr>${ths}</tr>
${tr_rows}
</table>
Expand Down

0 comments on commit 7d1b2ad

Please sign in to comment.