publish without error

This commit is contained in:
Arno Kaimbacher 2018-09-11 10:05:25 +02:00
parent 6990469c67
commit a49ddeac9e
3 changed files with 7 additions and 7 deletions

View file

@ -20,15 +20,15 @@ export default {
fields: [
{
name: "full_name",
// sortField: "name"
// sortField: "full_name"
},
{
name: "email",
// sortField: "email"
sortField: "email"
},
{
name: "date_of_birth",
// sortField: "birthdate",
sortField: "date_of_birth",
// titleClass: "text-center",
// dataClass: "text-center",
// callback: "formatDate|DD-MM-YYYY"