Skip to content

fix(adminui-vue): UTableEntity

Dmitriy Rudnik requested to merge fix/UTableEntity_fts into master

Changed

  • UTableEntity added prop fetchMethod - 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.

Merge request reports

Loading