How to add a table to an edit page
Hello everyone,
I was looking for a way to customize an edit page, by adding a table at the bottom.
I tried with a custom view, and implementing the HasTable interface, but it looks like the "bootedInteractsWithTable" method is never called, so the $table property is never initalized.
Is there a way to do it, without rebuilding the form from the beginning ?
Thanks !
I was looking for a way to customize an edit page, by adding a table at the bottom.
I tried with a custom view, and implementing the HasTable interface, but it looks like the "bootedInteractsWithTable" method is never called, so the $table property is never initalized.
Is there a way to do it, without rebuilding the form from the beginning ?
Thanks !