I have multiple SfGrid components all throughout an app and I would like to standardize their use, with things like shared settings, toolbar, etc in a way that I wouldn't have to specify these every time but could do something like <MyCustomSfGrid /> instead. I'd like to still leave room for custom columns and templating based on the page/type the grid is using. Is there a way to do this? I've been messing around with RenderFragments for each section such as GridColumns but the columns don't see to retain their information