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.

Edit button not showing in detail view

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.

ArnaudMaillet_2-1696454266779.png

 

ArnaudMaillet_3-1696454284830.png

 

ArnaudMaillet_4-1696454348153.png

ArnaudMaillet_5-1696454367330.png

 

Table view : (when you click on one item you go to it details view)

ArnaudMaillet_0-1696453969784.png

Details view :

ArnaudMaillet_1-1696454054338.png

 

Thanks for advance ! 🙂

 

0 3 813
3 REPLIES 3

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.

Screenshot 2023-10-04 at 5.53.33 PM.png

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.

ArnaudMaillet_0-1696528464531.png

 

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.

Top Labels in this Space