In magento $this->setDefaultSort('position'); sorts the grid by 'position' column but in descending order. How can I change its sorting order to Ascending.

有帮助吗?

解决方案

I got it by searching in Magento files.

use $this->setDefaultDir('ASC'); to set direction.

许可以下: CC-BY-SA归因
scroll top