Sebastian Wróblewski

Results 83 comments of Sebastian Wróblewski

As the errors says, `cache` cannot contain empty value. You probably used `cache: ~`, which is not valid. If you want to use Symfony cache, then provide its service name,...

Hey @jeremystretch. I'm currently facing the same issue, and as a "workaround" I'm fetching the data from remote each time the dropdown opens: ```js new TomSelect('...', { onDropdownOpen: function ()...

Hey. For now, only Doctrine ORM queries are supported, although I want it to be supported by default as well. Creating an array adapter would require adding a ProxyQuery class...

Hey, cool idea, never used anything like that, but it seems very useful

At last, a simple `ArrayProxyQuery` is now available in the 0.23 version of the bundle. Usage explained in [the documentation](https://data-table-bundle.swroblewski.pl/docs/usage#using-array-as-data-source).

Hey! Thanks for your time! I remember this case - it isn't exactly related to the data table bundle, but it's the Stimulus itself, used in combination with Bootstrap modals....

Hey! What do you have in mind? Displaying data tables using an API as remote data source, instead of retrieving data directly from the database? Cheers.

I am closing this issue, as no additional information has been provided. If you have any questions, feel free to reopen this issue. For reference - integration with remote data...

Well, after some tinkering I found out, that I can fix this problem in the personalization Stimulus controller, by closing the Bootstrap modal programmatically (and it works great). Unfortunately, the...

I've added this issue to the [documentation troubleshooting section](https://data-table-bundle.swroblewski.pl/docs/troubleshooting.html#the-modals-are-not-closing-properly). I believe applications encountering this error will also have a problem with other (non-bundle) modals, and this should be fixed outside...