solved trailing "/" issue

This commit is contained in:
Charles 2026-02-02 16:25:39 +01:00
parent 0f381af573
commit 2502baf265
1 changed files with 1 additions and 3 deletions

View File

@ -73,13 +73,11 @@ export default class extends Controller {
formatterParams: {
height: "50px",
width: "50px",
urlPrefix: "/",
urlPrefix: "",
urlSuffix: "",
},
width: 100,
},
// TODO: regarder quel style est mieux entre les "hozAlign"
// TODO: regarder quel style est mieux avec/sans headerFilter
{title: "Nom", field: "name", headerFilter: "input", widthGrow: 2, vertAlign: "middle", headerHozAlign: "left"},
{title: "Email", field: "email", headerFilter: "input", widthGrow: 2, vertAlign: "middle", hozAlign: "center"},
{