I've been exploring the functionalities provided by mdui.org, specifically the panel feature. Initially, I had successfully integrated the codes into the HTML body with no issues.
This allowed me to toggle the panel open and close using a simple arrow click. However, certain customization parameters necessitated modifying the HTML/CSS structure. To achieve this, I utilized $(selector).html(code) to inject additional HTML content inside, including a table element with the ID "table".
The script code snippet goes as follows:
<script>
// Code for generating random scaling factor
</script>
Unfortunately, upon implementing these changes, I encountered an issue where clicking the arrow failed to open the panel as intended. I'm currently at a loss on how MDUI manages to trigger the panel opening upon arrow click. Any guidance or solution in resolving this issue would be much appreciated.