Martin Bojmaliev

Results 4 issues of Martin Bojmaliev

- Eloquent Viewable: 6.0.0 - Laravel Version: 8.54 - PHP Version: 8.0.12 - Database Driver & Version: MySql 8.0 ### Description: This is happening when I'm trying to use ->orderByViews()...

Type: Bug
wontfix

## WHY In documentation it says: **field (Backpack CRUD field configuration in JSON format. https://backpackforlaravel.com/docs/crud-fields#default-field-types)** As new to backpack, I lost an hour trying to figure it out Why my...

I'm imported your project and I really liked it. The only thing I can see is that DateFormatInput doesn't have the right padding like other material ui fields. ![image](https://user-images.githubusercontent.com/819315/57575768-5cd2c280-7451-11e9-8310-6e8bdfabcdaa.png) Maybe...

I think nice to have feature is to be able to divide the export in different sheets. It should me something like: ```php ExcelExport::make() ->fromTable() ->getSheetUsing(fn($row)=> $row['type']) // where $row['type']...

enhancement