Chapter 11: Creating Advanced Dataset Code Components
In this chapter, we would learn advanced features that can be added to a dataset code component to enhance the user experience. We will be reusing the dataset code component we had created in Chapter 5, Code, Test, and Repeat, and extend it with advanced features; like sorting, paging, custom filtering, opening a selected record, integrating with out-of-the-box options available with the datasets. By the end of this chapter, you have a complete dataset code component that provides all the needed features
In this chapter, we are going to cover the following main topics:
- Recap of what was built
- Sorting the data in a dataset
- Implementing pagination on a dataset
- Integrating code components with out-of-the-box options
- Understanding the technique to open a record from a dataset
- Defining properties on a dataset