revolist / revogrid

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

Plugin: add-rows-on-paste #599

Closed richardliebmann closed 4 weeks ago

richardliebmann commented 1 month ago

This plugin adds new rows to the data if the number of entries is greater than the current data count.

Closes #338

richardliebmann commented 1 month ago

@Techn1x How would you recommend adding columns as well? This might be more difficult because of the mapping from column to object property?

Techn1x commented 1 month ago

This might be more difficult because of the mapping from column to object property?

Yeah you're totally right, didn't think of that. I think it's a fair assumption that columns are statically defined by the developr and won't change based on user pasting in data input

m2a2x commented 1 month ago

LGTM, though I am not a maintainer (and am actually fairly new to the library) so my review probably holds no weight :)

I believe that's the point of open source so everyone reviews holds wait :-)

sonarcloud[bot] commented 4 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

m2a2x commented 4 weeks ago

Thank you @richardliebmann, all merged, probably we'll add some more updates on it in the future if you don't mind.