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: 5188
Threads: 28
Joined: Aug 2017
Reputation:
235
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: 5188
Threads: 28
Joined: Aug 2017
Reputation:
235
There is only one predefined order, not per user.
------------------------------
Ctrl+F5
Posts: 5188
Threads: 28
Joined: Aug 2017
Reputation:
235
Just order them as Admin
------------------------------
Ctrl+F5
Posts: 5188
Threads: 28
Joined: Aug 2017
Reputation:
235
Did you sync?
------------------------------
Ctrl+F5
Posts: 5188
Threads: 28
Joined: Aug 2017
Reputation:
235
Make a video of what you doing. Make sure you use latest fw and apps
------------------------------
Ctrl+F5
Posts: 8309
Threads: 45
Joined: Jun 2015
Reputation:
478
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: 8309
Threads: 45
Joined: Jun 2015
Reputation:
478
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.