I created a module and every time an end user makes an input the entire row disappears. Why is it doing this?
It also looks like there is a sort on your grid, is it placing all of the populated values at the bottom? If that is not it, check to see if you have any filters applied to your grid that could be only showing the empty lines.
It seems that you are sorting via Status, so when you input the line and refresh the page, it goes to the bottom part (depends on the Status Name). I suggest you remove the automatic sort of Status, OR use a different one (like the numbered list name) OR inform the user that it does get sorted
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦