mfreeborn / ag-grid-rs

Rust bindings for AG Grid
Apache License 2.0
14 stars 2 forks source link

Support for Enterprise Edition ag-grid #16

Open NotMeGuv opened 1 year ago

NotMeGuv commented 1 year ago

Great Crate, if a little confusing to use for a relative Rust Novice like me. However, I notice that the rowGroup columnDef option is not currently supported. It's an Enterprise option, amongst others, that I would like to use. Is there any intention to add these features in the future?

mfreeborn commented 1 year ago

These features can certainly be added. I've only implemented some basic groundwork which is enough to get me started with what I need personally. Pull requests are welcome :)

Are there any particular points which you think need expanding upon in terms of a "Getting Started" section?

NotMeGuv commented 1 year ago

Thanks for the quick response. Makes sense :) . If I can make any useful additions I'll certainly let you know. I'll have a go, at least. In common with most Rust crate's documentation, the issue is always, for me at least, with the lack of breadth of examples with associated reasons why you do 'this' and why you don't do 'that'. 'Getting Started' isn't the same as a comprehensive tutorial, after all. It's a lot of effort to add, I know. I've had to write my fair share in the course of my career, and it's no fun. I can see that Rust Documentation tests and integration tests would probably be the way to document and demonstrate all the features.