Enable & Disable Table Columns
Currently, there is a bug with the table feature.When I build a table from left to right, for example in this order:Initial order1, 2, 3, 4, 5, 6, 7…and I use the filter option (the “eye” icon) to hide a column, the column correctly disappears. However, in the filter dropdown, this column is incorrectly moved down into the “Disabled” section. Thats wrong. It should remain in its original position.When I re-enable the hidden column, it is added back to the far right of the table, instead of being restored to its original position before it was hidden.Example result:1, 5, 6, 7, 2, 3, 4 When will this bug be fixed?The problem is that it creates additional work because I have to manually move the columns back to their original position each time, which makes no sense at all.