Open Methraen opened 4 years ago
Im asking 'cause i need to include a WYSIWYG (TinyMCE) into one of the column but the table isnt wide enough to handle its textarea :/
Hello @Methraen
the edit feature is only inline. But you can create your own column with button.
For now best approach will be attach edit button in column which you want edit (you can hide button with css and show it only in hover)
Or you can add new property into your model and into this column you can render all your action buttons.
I will consider more extensiability for action buttons
Hello @Mewriick I'd like to edit lines in a new page or in a popup/modal, like in the creation of a new line is it possible ? or at least an event on modify button so i can do it myself ?