solved trailing "/" issue
This commit is contained in:
parent
0f381af573
commit
2502baf265
|
|
@ -73,13 +73,11 @@ export default class extends Controller {
|
||||||
formatterParams: {
|
formatterParams: {
|
||||||
height: "50px",
|
height: "50px",
|
||||||
width: "50px",
|
width: "50px",
|
||||||
urlPrefix: "/",
|
urlPrefix: "",
|
||||||
urlSuffix: "",
|
urlSuffix: "",
|
||||||
},
|
},
|
||||||
width: 100,
|
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: "Nom", field: "name", headerFilter: "input", widthGrow: 2, vertAlign: "middle", headerHozAlign: "left"},
|
||||||
{title: "Email", field: "email", headerFilter: "input", widthGrow: 2, vertAlign: "middle", hozAlign: "center"},
|
{title: "Email", field: "email", headerFilter: "input", widthGrow: 2, vertAlign: "middle", hozAlign: "center"},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue