How to handle search using filters checkbox in Django?
@Sunil yes that`s my requirement."if we click the checkbox then it will filter out the data." So, how we will handle search in django?
- sushkc787 4 years, 9 months agoLet me tell you at high level now, may be sometime tomorrow I will give some sample code, by the time you figured out the solution, keep you posted here. You can use JAVASCRIPT OR JQUERY to handle this option.all individual check box should have some html id right use that option you can get the value and pass the value to django then apply the filter on queryset then it should filtered out the data. Thanks
- sunil 4 years, 9 months ago@Sunil Thankyou for replying me.I will also try to figure out the solution. So,Looking forward for your reply.....
- sushkc787 4 years, 9 months ago@Sunil I've tried searching numerous times and didn't find any solution...
- sushkc787 4 years, 8 months ago@Sushkc787 if everything looks good. May I ask you to close the ticket.
- VengatI hope issue has been resolved from your end. We are initiating the request to close the ticket.
- Vengat
Sorry If i understand your question then you are looking for if we click the checkbox then it will filter out the data. Is the something your requirement?. Next time when you submit the ticket, take your time, and provide more details. As you are raising HIGH ticket then make sure to provide clear requirement.