Hi All,
I have some questions about how to extending ModelAdmin further then just administer DataObjects.
How can I add custom buttons to the generated ComplexTablefield, so I can do more actions dan just delete a row.
And I made some custom template like MyDataObject_left.ss to hide the csv import button.
Is there a way to do this by overloading the ModelAdmin class?
And how about adding custom buttons next to the delete, back en save buttons in the lower right corner and add actions to this?
Thanks in advance!