revolist / revogrid

Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
https://rv-grid.com
MIT License
2.74k stars 171 forks source link

Added check if HTML text in Clipboard contains table tag #427

Closed Turtlak12345 closed 1 year ago

Turtlak12345 commented 1 year ago

Added check if HTML text contains table tag, so far it was failing with console error. For example when you copy only 1 cell from Google Sheets, HTML string doesn't contains table tag and nothing is inserted.

Content of this pull request checks if table tag exists in HTML string, if doesn't contains it just takes plain text as inserted value.