
Announcements
Hello,
Requirement:
Limitation:
Cannot implement which Entity List filter option as search parameter has date time control which is not possible OOB.
Query:
Need a best solution for this scenario. Currently facing challenge in accessing html control values so implemented solution is to send selected values as query string /cache and reload same page and then fetch result and show.
Any better solution to this? Pls. suggest.
Hi @PallaviW,
If you want to use liquid to display data based on the user input the solution with submitting filter condition as a query string and reload page is the only possible way as liquid is server side rendering. If you would like to dynamically filter data and also present it without page reload I would advice you to check out this post from Colin Vermander where he shows how to use liquid to return json, so you will be able to request data using some js code and show it using some visualization library (like datatables).
Hope this will help.