Hi, I’m new to Silverstripe and try to learn it, so bear with me if I ask dumb questions.
I have 2 questions and they are almost the same
a. How do I configure the datagrid of a Dataobject? the datagrid is automatically created but how do I add let’s say a title to the header of the datagrid.
b. I have a dataobject with a $has_many releation to another dataObject, again it automatically creates a tab with a datagrid so I do not have control of the tab or datagrid.
So for both is there a way to configure how the datagrid/tab are created or away to suppress the automatic creation and create them myself?