We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
When using builder and relationships between 2 models, column search and global search no longer works and returns all results.
The problem seems to be from QueryBuilder::getResponse on $this->bind()
$builder = $this->modelsManager->createBuilder() ->columns('u.id, u.username, u.email, r.name, u.status') ->addFrom('Core\Models\User', 'u') ->addFrom('Core\Models\Role', 'r') ->where('u.role_id = r.id');
Thanks
The text was updated successfully, but these errors were encountered:
yes because query builder where working only first draw. after its not work. I open also this issues.
Sorry, something went wrong.
this is fixed in my pull request, but seems like no one is maintaining this repo anymore. Is available on my fork https://github.com/magnxpyr/phalcon-datatables
This is fantastic! Thank you
Successfully merging a pull request may close this issue.
Hello,
When using builder and relationships between 2 models, column search and global search no longer works and returns all results.
The problem seems to be from QueryBuilder::getResponse on $this->bind()
Thanks
The text was updated successfully, but these errors were encountered: