Skip to content

Instantly share code, notes, and snippets.

Searching and highlighting can be implemented as a combination of two existing features:

  • common data filtering,
  • specific template of the column (for datatable) or of the component (for list and dataview).

In short, all you need to is:

  1. Remember searched text
  2. Use it for data filtering
@HelgaListopad
HelgaListopad / datatable.component.example.md
Created May 6, 2020 15:59
Webix UI in Angular 8: quick example of how to init a datatable and a related window in the Angular view