Skip to content

searching not working with joins #27

Open
@assadnazar

Description

@assadnazar

If i use joins in builder then it does not filter content.

Here is my builder:
$builder = $this->modelsManager->createBuilder() ->columns('c.id, pt.ccexpiry, c.name') ->from(['pt' => 'Mtmpayments\Models\Paymenttokeninfo']) ->join('Mtmpayments\Models\Customers', 'c.id=pt.customerid', 'c'); $dataTables = new DataTable(); $dataTables->fromBuilder($builder)->sendResponse();

Any idea?

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