I'm looking for a way to show or hide columns, for a specific user.
I have a Supabase table, which has "User ID", "Table Name", "Column Name" and "is_visible"(bool)
I'm looking for a way to show or hide columns, for a specific user.
I have a Supabase table, which has "User ID", "Table Name", "Column Name" and "is_visible"(bool)
I've tried an action - on page load - to make the Supabase query and save it to an action output.
I have the page states created (bool).
I cannot figure out how to update the page state from the action output.
I might be going about this the wrong way, so please feel free to redirect me!