Added
- Introduced a new **Change History Modal** (still under development), which currently lacks some functionalities, such as the **Undo Button**.
- Added `gridOptions` property to table models for enhanced configurability.
Fixed
- Resolved an issue where foreign key columns were not utilizing the default filter component.
- Fixed rendering issues that occurred during page refresh.
Changed
- Replaced the `editable`, `sortable`, `filter`, and `hide` properties with a unified `columnDef` property, aligning with AG Grid's standard notation.
- Updated the **Refresh Button** with a slightly revised style.
- Renamed the `grid_options` property in the `config.yaml` file to `defaultGridOptions` for consistency.