Is there a way for a widget to remember a user's selection of how many items to display? Also potential display bug

For example in the Views widget it always defaults to displaying 10 items but All would be preferable

Part of this request is I've found what might be a bug

- Display is set to 10 but there are more than 10 items total

- Listing is sorted by created date, most recent to oldest

- new item is added but it doesn't appear on the top unless All is set.

Example (10 displayed), most recent items are from the 23rd

All displayed

Many more recent items are now displayed

Parents
  • Hello Chris,

    The choice of displaying 10 items by default was specifically done to avoid any performance issues. If you have a widget try to display all contents of multiple widgets at once, you will get issues with loading times and browsing in Hubshare.

    And regarding the order not showing the latest ones, M-Files API sends us the 10 results and we sort them in the front side, which explains why it's not displaying the full order expected. I am not sure if we are able to improve this one but I can check with Product team.

    Sorry for the late reply.

    Abdoullah

Reply
  • Hello Chris,

    The choice of displaying 10 items by default was specifically done to avoid any performance issues. If you have a widget try to display all contents of multiple widgets at once, you will get issues with loading times and browsing in Hubshare.

    And regarding the order not showing the latest ones, M-Files API sends us the 10 results and we sort them in the front side, which explains why it's not displaying the full order expected. I am not sure if we are able to improve this one but I can check with Product team.

    Sorry for the late reply.

    Abdoullah

Children