Re-ordering the items in table view.
Hello everyone,
Is there a way to reorder the items I have when in table view? For example I have 15 items in my app, but I need to move item #11 to #7's position. I can move stuff around in card view in every position possible, but those changes are not being reflected in table view. This is imperative. The order of my items need to be moved around in table view but i can't seem to figure this out.
Thanks in advance.
-
Hello Faisal,
In a table view, you can sort your items or apply filters and then save the results in a form of a view for later use. However, it is not possible to reorder the table just by dragging and dropping the items. Just an idea, if you need some items to be viewed in a different order based on a certain condition, I'd recommend using categories to reflect that condition. Once it takes place (for example a request is completed), in your item, you can select/click 'Completed', and then apply category filter 'Completed' to view only 'Completed' requests.
Best,
Nel - Podio
Please sign in to leave a comment.
Comments
3 comments