Perspective Table - having issues setting the row index to nothing

It's set to null in the designer, nothings selected when the table opens up in the workstation. I have a script that does stuff when a row is clicked, but I can't set self.props.selection.selectedRow to None. I can set it to every valid index, I just can't get there to be no selected row after my script does it's thing.

Thanks,

Jake

The way I've done this in the past is set props.selectedRow and props.selectedColumn to null or None or an empty string. I can't remember which, but I do remember having to clear both of those properties.

You're a genius. It used to work with just row, but once I did both the col and row it's working like a charm. Thanks for the fix.

1 Like