Wimurk
Wimurk
> Make sure that you either have a column for the "id" field, or that it is added via setAdditionalSelects in your configure() method I have the column set as...
When will this be implemented? See issue #513. Can't use the enitire package because of this issue.
Why is this issue closed? The problem still persists and the only fix is to add the id column to the builder query. The setAdditionalSelects as suggested doesn't work either....
> > The error is caused by the fact that the id column is not inserted into the query once "select all" has been clicked from the table. > >...
Hello, is longpress supported for $(document).on('longpress')? .longpress() only works when the dom is already loaded. It doens't work with elements that are loaded after the dom is loaded
Are you gonna merge this request or what?
I can't upgrade my applications. please update the package 
> Waits for [thephpleague/flysystem-webdav#70](https://github.com/thephpleague/flysystem-webdav/pull/70) https://github.com/singlequote/laravel-webdav
I just downloaded the latest release and tested with a simple blade ```html @include('base::components.breadcrumbs') {{ __('invoices::collection-invoices.index.Collection invoices') }} ``` After formatting `CTRL + SHIFT + F` ```html @include('base::components.breadcrumbs') {{ __('invoices::collection-invoices.index.Collection...
> So many new stuff : ) > > I will prepare a fix for the formatting issue. > > And it seems I have I to take care about...