Foros de discusión

How to search inside of a search container in liferay

Rameshwar Chavan, modificado hace 7 años.

How to search inside of a search container in liferay

New Member Mensajes: 6 Fecha de incorporación: 4/05/16 Mensajes recientes
I have a search container that shows data from database. I want to put some input at top of it and search inside search container by this words. Please give me some example to do this ...
thumbnail
Sagar A Vyas, modificado hace 7 años.

RE: How to search inside of a search container in liferay

Liferay Master Mensajes: 679 Fecha de incorporación: 17/04/09 Mensajes recientes
Technically you are not searching in search container , you are searching in result you got from DB , how are you displaying data in jsp ? there are several way to implement search in your record , one quick and easy way to do is, from client side use jQuery datatable to easy search, its so easy to implement , you can refer DataTable

or you can implement server side search too.

Thanks,
Sagar Vyas
Rameshwar Chavan, modificado hace 6 años.

RE: How to search inside of a search container in liferay

New Member Mensajes: 6 Fecha de incorporación: 4/05/16 Mensajes recientes
I am expecting the same functionality as jQuery datatable, is there any way to implement same?