Buttons disappears if in editor datetime

Buttons disappears if in editor datetime

orik3ll0orik3ll0 Posts: 36Questions: 12Answers: 2

In Js file of my table (table.table_name.js) I have my columns. I created table in generator. If I add datetime and do it shown in Edit modal all buttons diappears(New/Edit/Delete). I need exactly these format "YYYY-MM-DD HH:mm:ss"

Here is code:

    fields: [
        {
            "label": "Take:",
            "name": "take",
            "type": "datetime",
            "format": "YYYY-MM-DD HH:mm:ss"
        },
        {
            "label": "Give:",
            "name": "give",
            "type": "datetime",
            "format": "YYYY-MM-DD HH:mm:ss"
        },
        {
            "label": "Ma\u015f\u0131n Nömr\u0259si:",
            "name": "MASHINNOMRE"
        },
        {
            "label": "Qiym\u0259t:",
            "name": "QIYMET"
        }
    ]

This question has an accepted answers - jump to answer

Answers

  • orik3ll0orik3ll0 Posts: 36Questions: 12Answers: 2

    P.S. If I delete "HH:mm:ss" it is working, but impossible to change date. For me date and time is very important

  • orik3ll0orik3ll0 Posts: 36Questions: 12Answers: 2
    Answer ✓

    My fault, it is working if in customize do not use not required plugins. Admin, you can close topic

This discussion has been closed.