Posts: 95
Threads: 33
Joined: Nov 2017
Reputation:
0
Hello after creation of the multiple widgets there is some default order which is same for all devices (mobile phones with similar resution), user can change order of the widgets and lock that order. It is OK, but now I need to create very large Mosaic visualisation for many people and fix the widgets ordering for them.
Is there any method how to do that?
Thank you.
Posts: 4655
Threads: 24
Joined: Aug 2017
Reputation:
208
If user changes the order he is changing it only for himself, this is stored in his browser.
You can hide the lock button in css like this
Code:
.js-lock { display: none !important; }
------------------------------
Ctrl+F5
Posts: 4655
Threads: 24
Joined: Aug 2017
Reputation:
208
There is only one predefined order, not per user.
------------------------------
Ctrl+F5
Posts: 4655
Threads: 24
Joined: Aug 2017
Reputation:
208
Just order them as Admin
------------------------------
Ctrl+F5
Posts: 4655
Threads: 24
Joined: Aug 2017
Reputation:
208
Did you sync?
------------------------------
Ctrl+F5
Posts: 4655
Threads: 24
Joined: Aug 2017
Reputation:
208
Make a video of what you doing. Make sure you use latest fw and apps
------------------------------
Ctrl+F5
Posts: 7773
Threads: 42
Joined: Jun 2015
Reputation:
447
You have to change the order in Mosaic admin. Changing the order in normal view only is stored locally on your PC/phone no matter if you are accessing as admin or not.
Posts: 7773
Threads: 42
Joined: Jun 2015
Reputation:
447
Order cannot be controlled like this. It's possible to set the maximum container width via custom CSS but then you will have a lot of empty space on large screens.