Table Collapsible Property Functionality
Posted: May 25th, 2023, 1:40 pm
In writing documentation for the Table control, I found that the "Collapsible" property is not working properly as expected. When collapsible is set to True, the "+" or "-" button appears next to the table header as expected, but the buttons do not function. The only way i've been able to collapse or expand the tables is by using the "Collapsed" property to do so.
I have two tables, Table 1 and Table 2. Table 1 has collapsible set to True, and collapsed set to False. Table 2 has both collapsible and collapsed set to True. I have also tried only configuring the collapsible property and leaving collapsed as is and i still get the same result.
My understanding is that this is a bug and the +/- buttons should be functional and therefore this property is not working as expected, or as the documentation currently states.
I have two tables, Table 1 and Table 2. Table 1 has collapsible set to True, and collapsed set to False. Table 2 has both collapsible and collapsed set to True. I have also tried only configuring the collapsible property and leaving collapsed as is and i still get the same result.
My understanding is that this is a bug and the +/- buttons should be functional and therefore this property is not working as expected, or as the documentation currently states.