Skip to content

Commit

Permalink
remove hide layout from admin table.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx committed Mar 6, 2024
1 parent 8f5f879 commit 8cd40d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/views/_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ <h1>Account admin</h1>

const userTable = new Tabulator(document.getElementById('userTable'),
{
responsiveLayout: "hide", // hide rows that no longer fit
data: data,
rowFormatter: row => {
const user = row.getData()
Expand Down

0 comments on commit 8cd40d0

Please sign in to comment.