I'm having issues showing/hiding a table column after the table has been filled (and yes, I have looked at the examples here and I can replicate this issue using the B4XTableExample program). I've attached a small test program for convenience but the images below will illustrate. Before hiding the column all are visible and there is no left-right scrolling available:
After removing the column from the visible columns list and refreshing, it stays in place and the sizing gets messed up and you can scroll left/right:
Re-adding the column back into the visible list will make it as it was originally. Interestingly, you can hide the column in the Activity_Create and it will be hidden correctly but you still can't show it again after filling.
Using B4A v9.80 with B4XTable v1.17, XUI v1.92 and XUIViews v2.23. I'm sure there's some finer point in the table documentation that I've missed or I'm not doing something in the correct order, but I'm out of ideas to try at this point.
Any suggestions would be welcome.