♥bruyndoncx Posted July 30, 2013 Posted July 30, 2013 I'm missing search functionality on some oscommerce screens. I was looking for a jquery solution to allow first of all for filtering and (optionally) sorting. I found this one which looks good and is MIT license http://www.picnet.com.au/picnet-table-filter.html I implemented it on my banner_manager, filtering works but just on the shown products, so I need to disable the pagination. Now, before I start to tweak my code further, I was just wondering if I'm not reïnventing the wheel and if something doesn't exist already, or might be in the pipeline for the next release. I tried to include screenshot but it fails. As it currently works, install was quite easy, - uploaded table filter js file to the server - added jquery library and this script to the head section - added a few extra <thead><th> and <tbody> tags - added css id to the <table> tag Quote KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Bob Terveuren Posted July 30, 2013 Posted July 30, 2013 Hi I don't think that this wheel exists yet for the admin side - I went looking for it around Easter and couldn't find anything so used a similar jQuery plugin at http://tablesorter.com/docs/ Quote
♥bruyndoncx Posted July 30, 2013 Author Posted July 30, 2013 Thanks for the link. Looking quickly at some examples, they might be compatible. I'll have to give it a try ... Quote KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.