Hi,
I currently of a page with an overview of all inventory items.
This overview is created in liquid code.
However, the user needs to be able to update the number for each inventory item.
To do so, I created a div that will load a web page containing the details for the chosen item.
The code I use: $('#include-from-outside').load(url);
However, users are complaining that during the load of the detail page that allows for update, the menus are blocked.
Is there a better way to implement such a functionality as we don't have an editable grid available?
*This post is locked for comments