Breakpoint on Constellation table

In Constellation, is it possible to set breakpoints on a table display? For example, I want to mark columns 1 and 2 of my table as “Primary” in a table containing five columns. I only want to see cols 1 & 2 on an iPhone display. I want to see all five cols in “large screen” mode. See attached for an example.

@DianeSK

I don’t think it is possible. Instead you can design two tables one for large screen and one for mobile which contains two columns. Add a visibility OOTB when condition “is mobile app” on Mobile table and “is not mobile app” on large screen table.

@KishoreKumarMadduri thank you Kishore!