[SOLVED] Column Headers Not Sorting
Clicking on the column headers does not sort the column. I've not been able to find it as a topic in this forum, but in digging around in another forum I found discussion that tied the symptom to a template. So, I'm checking to see if that is a possibility. And/or to see if there is a suggested solution.
Are you sure your are posting in product assigned forum?: Yes What is your CMS version?: Joomla 3.x MySQL Version: 5.x PHP version: 5.x Link to installation: Home Have you edited any files? If yes tell us which ones.: No Is this personal or client website?: Personal |
Hello bergerdm.
Cany you please be more specific i am not sure what you think by "Clicking on the column headers does not sort the column". Thank you. |
I have a page displaying all contacts and another displaying "featured contacts". Both pages have column headers that show "sort by this column" when you hover over them. When clicking, however, nothing happens.
|
Hello bergerdm.
We are looking into this issue, thank you for noticing the small bug. I will let you know as soon as we create the fix for it. Thank you. |
very small but significant bug , will be added to next grid update
fix open template_name/html/com_contact/category/default_items.php after line 176 Code:
<input type="hidden" name="filter_order_Dir" value="<?php echo $listDirn; ?>" />Code:
<input type="hidden" name="task" value="" />same bug is affecting article sort in 3.x open template_name/html/com_content/category/default_articles.php after line 157 Code:
<input type="hidden" name="limitstart" value="" />Code:
<input type="hidden" name="task" value="" />thank you much for advising and sorry for the trouble |
| All times are GMT -4. The time now is 04:00 PM. |
Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.