1

I am stuck on a task where I have to implement autocomplete suggestion list on filter input box for different columns. I am using angular ui-grid - v3.0.0, I did search for solutions but didn't find any good solution. I found an example for Kendo-UI https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/filtering/autocomplete-suggestions-by-current-grid-filter, I want similar functionality please provide a solution for it.

Mario Petrovic
  • 7,500
  • 14
  • 42
  • 62

1 Answers1

0

The AngularJS ui-select is a good component for handling lists.

it has many functionalities like filtering, auto-complete, grouping and so on.

Go to this link for more information:

AngularJS ui-select

Custom header in ui-grid

In the 'filterHeaderTemplate' You can customize headers as you wish and put

an auto-complete component inside it.

Go to this link for creating custom header:

custom header in ui-grid

Iman Bahrampour
  • 6,180
  • 2
  • 41
  • 64