We have a DataTable with first column being hidden/visible=false, this causes the rendering to appear to flash.
The issue we are seeing is that the DataTable renders with all columns displayed and then re-renders with the first column removed, this causes a type of flash/table adjustment which is a visual issue.
Apart from hiding the DataTable with a setTimeout and then display, is there another way to deal with this rendering issue ?