Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Help - hide add button in detail view

I have a table called ‘Schedule’ where the ‘Add’ button is visible in both the details view and the inline view of another relational table. Now, how can I remove the ‘Add’ button specifically in the details view of the ‘Schedules’ table to make it read-only?

yashwanth_dev_0-1724926529797.pngyashwanth_dev_1-1724926534426.png

 

Solved Solved
0 1 180
1 ACCEPTED SOLUTION

You could make the table read only in general using the table settings but if you need to sometimes add to the table through the app i wouldn't suggest doing this. 

In the actions tab you can also hide the add action if you need to if its unlikely you'll use it but the easest way to do what you're after is with a slice. 

Go to you data and create a new slice (the little add button next to the data name) then once you have the new slice, in the settings for this you can define what actions you'd like to be avilable to the slice, normally this is just automatic but you can remove all actions or only add the ones you want in here. then on the view settings change the "For this data" dropdown to the new slice you just created. 

View solution in original post

1 REPLY 1

You could make the table read only in general using the table settings but if you need to sometimes add to the table through the app i wouldn't suggest doing this. 

In the actions tab you can also hide the add action if you need to if its unlikely you'll use it but the easest way to do what you're after is with a slice. 

Go to you data and create a new slice (the little add button next to the data name) then once you have the new slice, in the settings for this you can define what actions you'd like to be avilable to the slice, normally this is just automatic but you can remove all actions or only add the ones you want in here. then on the view settings change the "For this data" dropdown to the new slice you just created. 

Top Labels in this Space