creocoder / yii2-nested-sets

The nested sets behavior for the Yii framework.
Other
446 stars 129 forks source link

how to get data with pagination ??? #104

Open desaikalpesh34 opened 8 years ago

desaikalpesh34 commented 8 years ago

Hello creocoder,

i have installed this extension and is working like charm!!!

i want to get data into pagination format something like yii's default data provider in your method... $roots = Menu::find()->roots()->all(); $countries = Menu::findOne(['name' => 'Countries']); $leaves = $countries->leaves()->all();

is there any way to do this????

i also want to know search from related model in this extension...