Hi all,
I am using modern table control for my Power Apps. I have noticed that for boolean data type fields, the modern table control will show a slider like this:
However, the toggle component is not interactable on my side (Can't change from Yes to No or vice versa using the table control).
Is the slider's purpose for display only? Is there a way to make it to be interactable?
If not, is there a way to remove the slider so that the cell shows only the "Yes" or "No" text?
I have tried changing the Field Type property of the column control from "b" (which I assumed to be for the boolean type) to "s" (which I assumed to be for the string type) and it doesn't seem to work (it now removes everything from the column).
Thanks in advance!