Hi,
First, you can log out and clean your cookies in order to clean your session and remove the sorting key for the vendor listing.
I really don't know where you clicked in order to have such sorting key, I don't have any "user_name" sorting in HikaMarket backend.
My bad, it's a mistake in the vendor selection.
View : backend | vendormarket | selection
echo JHTML::_('grid.sort', JText::_('HIKA_NAME'), 'a.user_name', $this->pageInfo->filter->order->dir,$this->pageInfo->filter->order->value );
By
echo JHTML::_('grid.sort', JText::_('HIKA_NAME'), 'a.vendor_name', $this->pageInfo->filter->order->dir,$this->pageInfo->filter->order->value );
Regards,