We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Filters Input in table

Hi,

I have a table with lot of datas and I want to create filters input on each column. Someone can explains me how can I do that ? Or any tutorial ?

Do you mean you want to filter the data when it is being pulled from the table or filter the data when user is trying to input into the table?

I'm using Datatables with Phalcon-datatables adapter but I can't custom as I want. I don't have the full control on my table. So I just want to know if phalcon can do the same things.

Phalcon does not have its own datatables so you are using the one available already. Another one you can check out is: https://github.com/lampjunkie/php-datatables but this is general php datatables.

Ok thanks for your answer :).