Datatable Search (via a Searchbar)

You have a lot of errors:

  1. Why you have execute on server? Widgets are client side only.
    image

  2. What is this soposed to do? It’s increments index inside for loop, thats why it skips rows.
    image

  3. What is this soposed to do? Why are you making an array? It’s is useless, it does nothing.

  4. You didn’t add index variable, it’s soposed to count items that pass find substring.