掲示板

How to search inside of a search container in liferay

7年前 に Rameshwar Chavan によって更新されました。

How to search inside of a search container in liferay

New Member 投稿: 6 参加年月日: 16/05/04 最新の投稿
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
7年前 に Sagar A Vyas によって更新されました。

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

Liferay Master 投稿: 679 参加年月日: 09/04/17 最新の投稿
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
6年前 に Rameshwar Chavan によって更新されました。

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

New Member 投稿: 6 参加年月日: 16/05/04 最新の投稿
I am expecting the same functionality as jQuery datatable, is there any way to implement same?