Hi,
I have table with some data and a slice on it. "update" and "add" are enabled on both. The details view which is linked to the slice is working but the edit button is missing. This button is linked to the table itself, prominence is set to display as primary and all behavior fields are empty. Do i missing something ?
Add button is showing up and working well (plug on antoher view (tableview)) but the set up of this button is the same as the edit one.
Table view : (when you click on one item you go to it details view)
Details view :
Thanks for advance ! 🙂
In your example Detail View, it doesn't look like you have scrolled all the way to the bottom.
If the Edit button still is not showing. then make sure you have navigated to the correct Detail view. Underneath the app emulator, there are some links - one for the View and one for the Table/Slice used for that view. Make sure you are looking at the Edit button for the same datasource.
Hi,
Thanks, I am sure i have navigated to the correct detail view, and the view uses the correct table (slice instead) as you can see in this screenshot. The edit button is apply for the same data source (not the sliced one, the table one) as you can see on screenshot i have send before. The weird thing is that i have a gap space when i scroll to the end of the detail view, the button seems to be invisible.
Ah! I missed it the first time. Your Slice has the Add action explicitly specified. Once you specify an action, you MUST specify all allowed actions for that Slice.
So, either remove the Add action to allow ALL actions from the base table ...OR... add the Edit action to the Slice actions list.
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |