Does anyone know exactly how the on page formatting happen? I am trying to create a frozen header row by using jquery to clone the existing header row, but my cloned row does not have the same column widths as the original. It looks like the header row somehow adjusts the width parameters based on the actual data that loaded to the table on the screen. Â Can anyone please help me to understand how I can adjust the width values of my cloned row's columns like the original header row does?