File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,6 @@ You can access specific array elements in the targetPath:
403
403
404
404
1 . Use ` targetPath ` to extract only the data you need from complex API responses
405
405
2 . For list data, always use the ` itemTemplate ` property to define how each item should be rendered
406
- <<<<<<< HEAD
407
406
3 . ** Always provide an ` emptyTemplate ` ** for list-based views to handle empty API responses gracefully
408
407
4 . Design empty states that are informative and actionable - include clear messaging and relevant actions like refresh buttons
409
408
5 . Keep templates modular and reusable when possible
@@ -412,14 +411,10 @@ You can access specific array elements in the targetPath:
412
411
8 . Provide custom ` loaderWidget ` and ` errorWidget ` for better user experience
413
412
9 . Use ` resultTarget ` when you need to reference the data with a specific name in your template
414
413
10 . Keep templates modular and reusable when possible
415
- > > > > > > > dev
416
414
417
415
## Limitations
418
416
419
417
- API endpoints must return JSON data
420
418
- For very large datasets, consider pagination or limiting the number of items to avoid performance issues
421
419
- Complex data transformations may require custom code outside of the template system
422
- <<<<<<< HEAD
423
- =======
424
420
- Nested array access in placeholder syntax is limited to the formats shown in the examples
425
- > > > > > > > dev
You can’t perform that action at this time.
0 commit comments