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?
Solved! Go to 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.
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.
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |