sorting hide on small screen - browse page

Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
This commit is contained in:
Manish Bisht 2017-06-20 08:04:07 +05:30
parent 79c9c7b781
commit 60e7b4a3e6

View File

@ -967,7 +967,7 @@ class DisplayResults
. ' data-for="' . $this->__get('unique_id') . '" />'
. '</td>';
$table_navigation_html .= '<td>' . $sort_by_key_html . '</td>';
$table_navigation_html .= '<td class="largescreenonly">' . $sort_by_key_html . '</td>';
$table_navigation_html .= '<td class="navigation_separator"></td>'
. '</tr>'