Table loading animations

There's (currently) no wait to access meta-information about a binding like this, so your only option (currently) is to run your named query via scripting, setting your loading state as a side effect before and after the query is running.

As an unrelated aside, "several seconds" is quite long for a DB query - is that actually the query time, or is it expensive to create the table row components or some other aspect of the operation?

1 Like