sorting hide on small screen - browse page
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
This commit is contained in:
parent
79c9c7b781
commit
60e7b4a3e6
@ -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>'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user