Skip to content

`UTable` `UTableEntity`: rewrite tooltip (title) algo for table cells

Pavel Mashliakovskiy requested to merge fix/simplifyTooltip4TableCells into master
  • UTable UTableEntity: cell tooltip (HTML title prop) now appears only for cells with text content and longer than 30 chars
  • speed-up rendering; UTable.setTitle method is removed (not needed)

This also should fix a case for !1639 (closed)

Merge request reports