Skip to content

how to get data with pagination ??? #104

Open
@desaikalpesh34

Description

@desaikalpesh34

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions