留言板

How to search inside of a search container in liferay

Rameshwar Chavan,修改在7 年前。

How to search inside of a search container in liferay

New Member 帖子: 6 加入日期: 16-5-4 最近的帖子
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,修改在7 年前。

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

Liferay Master 帖子: 679 加入日期: 09-4-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
Rameshwar Chavan,修改在6 年前。

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

New Member 帖子: 6 加入日期: 16-5-4 最近的帖子
I am expecting the same functionality as jQuery datatable, is there any way to implement same?