I am using UIOMatic to create backoffice CRUD functionality and have at the moment 4 different tables displayed. There's just one slight problem. I need to have the order in which the links to the different tables are displayed arrange differently. This is how they look now: https://i.imgur.com/f8mk9kx.png
I need to have the "Nye Bookinger" placed at the top, and the "Blokerede Perioder" placed at the bottom. I looked through the UIOMatic source code and could find no way of doing this simple thing.
Where could i possible find the code to rearrange these table links? The aliases have nothing to do with the order, as the don't follow any alphabetical sorting.
Rearrange sidepanel menu options
I am using UIOMatic to create backoffice CRUD functionality and have at the moment 4 different tables displayed. There's just one slight problem. I need to have the order in which the links to the different tables are displayed arrange differently. This is how they look now: https://i.imgur.com/f8mk9kx.png
I need to have the "Nye Bookinger" placed at the top, and the "Blokerede Perioder" placed at the bottom. I looked through the UIOMatic source code and could find no way of doing this simple thing.
Where could i possible find the code to rearrange these table links? The aliases have nothing to do with the order, as the don't follow any alphabetical sorting.
Hi
if each table is using its own class then the order value in the UIOmatic attribute will set the order.
for example:
http://uiomatic.readthedocs.io/en/stable/01.Usage/
is working on a reply...