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
Print Specific Columns. How can I get $excludeFromPrint=[] array value dynamically from colvis. I am using InfyOm generator and Yajra Datatable
protected $excludeFromPrint = []; protected function getPrintColumnsFromBuilder() { return $this->html()->removeColumn(...$this->excludeFromPrint)->getColumns(); }
The text was updated successfully, but these errors were encountered:
Quick answer, not supported as the colvis button does not support server-side implementation afaik.
colvis
However, I think you can create a custom button for this. See https://github.com/yajra/laravel-datatables-buttons/blob/master/src/resources/assets/buttons.server-side.js#L160 for reference.
Sorry, something went wrong.
No branches or pull requests
Summary of problem or feature request
Print Specific Columns. How can I get $excludeFromPrint=[] array value dynamically from colvis. I am using InfyOm generator and Yajra Datatable
Code snippet of problem
System details
The text was updated successfully, but these errors were encountered: