Andrew Kingston
Andrew Kingston
The correct syntax is just a space separated list - e.g. `.png .jpg`. I've confirmed this does indeed work as expected.   Please note that this "validation" only applies...
What values would you like provided as bindings? I think any static variables defined on the REST datasource would probably be the only thing we could provide here - is...
Going to review this properly of course, but just had a thought while looking at the screenshots. Instead of the double X icons (which I know are needed here because...
This has been implemented thanks to @andz-bb :)
You're right that they shouldn't be appearing at all. With "save row" and other actions, they use context to determine what they can and can't "see", and that takes care...
Had a quick look at this and it seems to be specifically when you have the width setting focused, then try to drag that column somewhere else. Since we only...
We've been working on some features which will make this possible very soon 👍
Afraid this won't be possible, sorry. Using a custom source data provider like that means that we don't have a proper schema and so can't populate settings like that.
The grid requests pages of 100 so it's probably something to do with all the joins required to get all the relationships - probably getting 100 total rows including those...
Had a chat with @ConorWebb96 about this. I've pushed up code to https://github.com/Budibase/budibase/tree/navigation-confirmation which allows for intercepting navigation requests at a very low level and preventing them (if desired) without...