IgniteUI / igniteui-xplat-examples

MIT License
2 stars 1 forks source link

Ensure All JSON Files in Tree-Grid Have Export Property Set to True #642

Closed georgianastasov closed 3 months ago

georgianastasov commented 3 months ago

Description:

Need to review all JSON files within the tree-grid component. Specifically, we need to ensure that each file has the export property set to true. This is essential so that samples can be exported and correctly displayed in the documentation.

Tasks:

  1. Review Export Property:

    • Open each JSON file.
    • Check if the export property exists.
    • If the export property is missing or set to false, modify it to true.
  2. Update Files:

    • Save the changes to the JSON files after setting the export property to true.

Acceptance Criteria: