Table layout not UI responsive

My table layout is not UI responsive.. i enable responsiveness checkbox but when i check in various screen sizes or when i zoom.. my column headings are invisible. Generally the expectation is when i zoom table should display data in below format

label: value

label:value

@Pavani_Regulagedda Have u checked the width of the content in presentation tab, is it fill (100%) & I assume you are not using any custom style for the table, might be using a Default style, so default style will drop columns with importance is set to ‘other’.

@AkshithReddyT Thank you for ur quick response. Please see the attached doc for configuration details.

My table layout is in a dynamic layout. And all columns are set to primary / secondary as importance.

zoom issue.docx (395 KB)

@Pavani_Regulagedda Can u also provide the screenshot of the issue.

@Pavani_Regulagedda The table headers of columns with Primary importance, will not be displayed when zoomed. Can you try by changing the importance to Secondary?

@Pavani_Regulagedda

The responsive behavior is triggered by the breakpoints set in the skin.

Especially with custom table formats, it is important to define the breakpoints and the intended behavior.

Included is a screenshot of the OOTB default table format responsive breakpoint behaviors

@KingLam Thank you sooo much. It helped. I changed my skin settings as in OOTB and that worked. Thanks a ton :slight_smile: