great-tables icon indicating copy to clipboard operation
great-tables copied to clipboard

Dispatch issue with `set_style` for `LocTitle`

Open jrycw opened this issue 10 months ago • 0 comments

It seems that the dispatch of set_style for LocTitle is still under development and hasn't been made public yet. However, the implementation seems a bit off because return data._styles.append(info) will return None, which behaves differently compared to other functions in the same module.

https://github.com/posit-dev/great-tables/blob/14ce2c53753203b9d01034d89b5ed12706726711/great_tables/_locations.py#L402

jrycw avatar Apr 19 '24 07:04 jrycw