statico / jsgrids

📦 🔍 👀   A comparison tool to compare JavaScript data grid and spreadsheet libraries
https://jsgrids.statico.io
MIT License
172 stars 22 forks source link

Refactored to add premium features to ag-grid #42

Closed PrynsTag closed 1 year ago

PrynsTag commented 1 year ago

Included premium state to ag-grid features and used regex to find premium keyword

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @statico on Vercel.

@statico first needs to authorize it.

PrynsTag commented 1 year ago

Not sure where to find fillRight feature. I assumed it was also premium because fillDown is premium here.

I also made this Set filtering is premium, the rest is free statement in filtering since Set Filtering is the only premium while the rest is free. Worth checking out if it captures the intent.

My main source of info is here: https://www.ag-grid.com/javascript-data-grid/. I searched for the feature and look for indication of it being premium (e.g. the e icon). But you could also check this if this suits you: https://github.com/ag-grid/ag-grid/tree/latest/enterprise-modules.

if merged, this covers all the premium features of ag-grid.

PrynsTag commented 1 year ago

I also included in this PR the refactoring for searching of the premium keyword. Let me know if this is ok or to separate it in another PR.