6pac / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/6pac/SlickGrid/wiki
MIT License
1.82k stars 422 forks source link

fix: GroupItemMetaDataProvider should implements SlickPlugin #956

Closed jesenko closed 8 months ago

jesenko commented 8 months ago

As it needs to be registered as plugin on grid to work properly, it should implement SlickGrid plugin interface, so typechecking of grid.registerPlugin(groupItemMetadataProvider) succeeds.

ghiscoding commented 8 months ago

Thanks

ghiscoding commented 8 months ago

This is now available in the latest release v5.7.0, thanks again for your contributions