6pac / SlickGrid

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

GroupItemMetaDataProvider implements SlickPlugin #955

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.

jesenko commented 8 months ago

Will close this pull request and open two separate PR (should not be creating MR from mater branch of our fork)