Septian Hari
Results
13
comments of
Septian Hari
I think we can use some kind of trait of interface. Like `trait HasPagination` or `interface Paginationable` and check that availability on the parser. With that, we will extend it...
So, we will implement something like this. https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/src/Sheet.php#L209 We will check presence of `Paginationable` on the request class, wdyt @nafiesl ?