Hi experts,
I am trying to create table with xml views, I am using ui5 explored demo(SAPUI5 Explored). in my view i have used xml name spaces as follows for my other elements in view
xmlns:core="sap.ui.core"
xmlns:l="sap.ui.layout"
xmlns:m="sap.m"
xmlns:mvc="sap.ui.core.mvc"
xmlns:table="sap.ui.table"
xmlns:viz="sap.viz.ui5.controls"
xmlns="sap.suite.ui.commons"
but when i am using the tag <table></table> i got the error as follows
Thanks