Button disappears

Same issue on Firefox, Edge, Chrome.

Team ID:
https://go.glideapps.com/o/LFpW2OEzEJ2WKJN20jnX

App ID:
https://go.glideapps.com/app/5i4N3w9M61W0rMgHaqen/layout

Description

  • Button disappears if this is no row in the table.
  • Button appears if this is a row in the table.
  • Button still available if this is a value in the cell of the table.

How to replicate

  • Remove all rows in the table

** See the screen recording **

That’s not a bug, it’s expected behaviour.
The action on your button is Set Column Values. That action needs a row to operate on. If there is no row, the action cannot be executed and so the button will not be visible.

What you should do is add a RowID column to your table. This will add a single row.

2 Likes

Hi, @Darren_Murphy
Good to know :+1:
Appreciated the explanation, advice and quick reply.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.