rokudev / SceneGraphDeveloperExtensions

Other
115 stars 66 forks source link

rowTitleComponentName doesn't work properly #88

Open Allan-Nava opened 3 years ago

Allan-Nava commented 3 years ago

I need to customize the row title for grid View , I tried to change something of DefaultRowTitleComponent.xml but doesn't work

RokuChris commented 3 years ago

We do not recommend modifying SGDEX. The better approach is to build a custom grid view that meets your requirements. There is an example here: https://github.com/rokudev/SceneGraphDeveloperExtensions/tree/master/samples/CustomGrid_ContentManager

Allan-Nava commented 3 years ago

We do not recommend modifying SGDEX. The better approach is to build a custom grid view that meets your requirements. There is an example here: https://github.com/rokudev/SceneGraphDeveloperExtensions/tree/master/samples/CustomGrid_ContentManager

I fixed with

rowTitleFont: "font:LargeBoldSystemFont"

but is not very customizable