Mathias
Mathias
The package seems to update to `dev-develop` now by default. Before: ``` "name": "tymon/jwt-auth", "version": "1.0.2", ``` After running composer update with unchanged configuration `"tymon/jwt-auth": "^1.0.0"`: ``` "name": "tymon/jwt-auth", "version":...
Ok thanks for your feedback! I will look into one of the react infinite scroll components in the meanwhile to wrap around the react bootstrap table.
I have investigated [react-virtualized](https://bvaughn.github.io/react-virtualized/#/components/Table) which seemed like a very flexible solution. Unfortunately the investment of implementing a lot of custom functionality to have some other features react-bootstrap-table2 provides was not...
@Avasam thx, confirmed! Just applied it and works like a charm.
@silasbuchwald I was facing the exact same issue with Firefox. All other browsers were working fine. I could discard an API issue as - like in your case - the...
Just recognized that this setting had an unwanted side effect for Firefox: now all non-localhost pages throw an error :-(. I guess for now I will just switch between the...
The most suitable approach I found for my server-side sorting table was to add it to the `defaultColumn` property, so it's applied to all columns automatically everywhere. ``` defaultColumn: {...
Can all mails somehow be deleted at once? The mail part of the application basically became unresponsive :-(
Solved it by deleting mails from the sqlite file in the config folder. Still, would be great to have a stable solution for handling bigger amount of mails.
@sschlein Great to see that improved for the next version. I am looking forward to it. The emails I tested contained no attachments and just a few social media icons...