Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get data with pagination ??? #104

Open
desaikalpesh34 opened this issue Sep 5, 2016 · 0 comments
Open

how to get data with pagination ??? #104

desaikalpesh34 opened this issue Sep 5, 2016 · 0 comments

Comments

@desaikalpesh34
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant