### 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 <!-- Please describe your problem/feature request here. --> ### Code snippet of problem protected $excludeFromPrint = []; protected function getPrintColumnsFromBuilder() { return $this->html()->removeColumn(...$this->excludeFromPrint)->getColumns(); } <!-- If applicable, please include a copy of your code which triggers the suspected bug. You may use the markdown php code tags to format your paste: ```php $params = ['foo']; ``` --> ### System details <!-- Please include these details about your system! If they are omitted, the ticket will be deprioritized over other users requests/tickets. --> - Operating System - PHP Version - Laravel Version - Laravel-DataTables Version