diff --git a/docs/Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md b/docs/Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md index 22076197..1b8b1280 100644 --- a/docs/Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md +++ b/docs/Get_Started_Setup_Tutorials_and_Demo_Apps_8b49fc1.md @@ -36,17 +36,6 @@ Set up your development environment and go through our tutorials. They introduce *** -> ### Tip: -> **Learn with openSAP:** -> -> The openSAP course [Developing Web Apps with SAPUI5](https://open.sap.com/courses/ui51) introduces you to the main concepts of SAPUI5. -> -> The JavaScript exercises for each unit will give you the technical background needed to develop your own responsive Web apps. We’ll start from scratch with the very basics and lots of hands-on coding. As we go through the weeks of this course, you’ll learn more about the powerful development concepts and truly master SAPUI5. -> -> The openSAP course [Evolved Web Apps with SAPUI5](https://open.sap.com/courses/ui52) for more experienced SAPUI5 developers and ambitious beginners introduces more advanced scenarios and concepts. - -*** - ### Downloading Code for a Tutorial Step diff --git a/docs/Tables_Which_One_Should_I_Choose_148892f.md b/docs/Tables_Which_One_Should_I_Choose_148892f.md index cee79514..fcc9b3cb 100644 --- a/docs/Tables_Which_One_Should_I_Choose_148892f.md +++ b/docs/Tables_Which_One_Should_I_Choose_148892f.md @@ -530,3 +530,13 @@ Column-based For more information, search for loading items and performance in the responsive table section in the [SAP Fiori Design Guidelines](https://experience.sap.com/fiori-design-web/). +*** + + + +### Table \(`sap.ui.mdc`\) \(experimental\) + +[\(sap.ui.mdc.Table\)](https://sdk.openui5.org/api/sap.ui.mdc.Table) + +The `Table` control \(experimental\) is a metadata-driven control in V4. All attributes mentioned in the table above depend on which `type` aggregation is used for `Table`. The use of certain types of tables, for example, tree table and analytical table, depends on the delegate implementation and on which SAPUI5 model is used. +