Summary
In this chapter, we learned about new visual components such as Dialog, Checkbox Set, and List View, and different visual components such as bar, pie, and area charts. You learned how to create a table to update the records inline and save the modified records into a Business Object. You learned about the advanced functionalities of table components, such as enabling/disabling sorting, how to allow a column width to resize, using the filter criteria of SDP to filter data based on different criteria, and how to load records when you scroll down a table.
You learned how to use the dialog component and how to open and close it using the Call Component action of the Action Chain. You learned about the Checkbox Set component and created checkboxes using static and dynamic data. Along with this, we learned about the different options of the class
property, which will allow you to render checkboxes in a different view.
You learned how to use the List View component, populate...