How to enable clipboard paste from spreadsheet column to aggrid table

Hi I’m in st-aggrid (version 0.2.12 i believe), but having trouble pasting multiple cells together. i tried to set suppressClipboardPaste = False but it doesnt work in current version. (but old version 0.2.3.post2 worked)

i have
gb.configure_grid_options(enableRangeSelection = True,suppressClipboardPaste = False,
rowSelection = ‘multiple’
)
in my code.
Any hint what could be wrong? Looks like any clipboard interactions are disabled. i can’t even copy multiple cells from the aggrid table

problem solved in new version

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.