在本地VisualStudioCode中,我们按照以下两篇文章完成了SAPUI5的应用开发,使用yo命令行向导创建SAPUI5应用使用yo命令行向导为SAPUI5应用添加新视图最后得到一个列表,效果如下:在本文中,我们使用SAPUI5提供的Smart控件来继续丰富这个应用。从以下三个命名空间导入智能控件:xmlns:smartFilterBar="sap.ui.comp.smartfilterbar"xmlns:smartList="sap.ui.comp.smartlist"xmlns:smartTable="sap.ui.comp.smarttable"xmlview实现源代码:.ui.comp.smartlist"xmlns:smartTable="sap.ui.comp.smarttable"xmlns:mvc="sap.ui.core.mvc">
