In my application, I have a component that I frequently use to display tables. Now, I want to enhance this component by allowing the customization of table fields (templates) through props in the parent component. This way, I can avoid constant edits to the original component.
Despite many attempts, I haven't found a solution yet.
Parent Component
<!-- Parent component code here -->
Child Component:
<!-- Child component code here -->