fix(adminui-vue): UTableEntity
Changed
-
UTableEntity
added propfetchMethod
- custom method name to fetch data. For example full text search using method "fts" instead "select". -
UTableEntity
table cell value formats value as html. In case when full text search result returns<b>
tag as string.