This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Multiple Grids in Tabs Example, some fixes and more unit tests
There are now over 1000+ unit tests and we just passed 60% coverage. Also added an Example 24 to demo grids in Bootstrap Tabs (with ngx-bootstrap) and 1 of the tab is to show loading the data from a JSON file with HttpClient. Some users from were confused on how to use HttpClient instead of mock data (which is what all demos are using). So hopefully this might help more users.
Features
- (tests): add missing sorterUtilities test
- (tests): add GraphqlQueryBuilder unit tests
- (tests): add GraphqlService full tests & refactor few piece of code
- (tests): add GridODataService & OdataQueryBuilder full test suite
- (examples): add ngx-bootstrap tabs example, closes #219
Fixes
- (queryField):
queryFieldFilterandqueryFieldSortershould have precedence overqueryField - (odata): add presets to GridOdata Service, closes #206