Ghislain B.

Results 465 comments of Ghislain B.

This is no longer an issue with our new [v5.0.0](https://github.com/6pac/SlickGrid/releases/tag/5.0.0) release with the new Alpine Theme Single Sort ![image](https://github.com/6pac/SlickGrid/assets/643976/f8b9f864-fbd1-43eb-8d8c-275284daff4d) Multi-Sort ![image](https://github.com/6pac/SlickGrid/assets/643976/311909ea-7d45-4f11-9bf5-45906d40c97d)

@Pheonix929 That is the correct way, to destroy the grid when you don't need it anymore, You could also overwrite the DataView data and Column Definition but that will probably...

closing since no feedback were provided and it was most probably caused by the first grid not being destroyed, feel free to reopen if it's still an issue by providing...

closing since no feedback were provided, so we'll assume that it's ok

Again all the documentation is directly inside the [Row Detail Plugin](https://github.com/6pac/SlickGrid/blob/master/plugins/slick.rowdetailview.js), I assume you can do what you want with the few events available and then stop the event from...

better late than never, now available in latest version [5.1.0](https://github.com/6pac/SlickGrid/releases/tag/5.1.0) also note that a lot changed since this issue was created, we dropped jQuery/jQueryUI and we migrated to TypeScript

If you do a search, there was this closed [issue](https://github.com/6pac/SlickGrid/issues/80) talking about React

I just released an official port to React, you can visit [Slickgrid-React](https://github.com/ghiscoding/slickgrid-react) for more info and a fully working [Live Demo](https://ghiscoding.github.io/slickgrid-react/) 🚀 I think we can close this issue

cleaning up old issues... this should now be supported per Ben's column auto-resize implementation, see [Example - size by content](http://6pac.github.io/SlickGrid/examples/example-size-to-content.html)

> Since I upgraded from v2 to v5, I found I need to provide `this` context when calling old_metadata_provider: > > ``` > ret = old_metadata_provider.call(this,row) || {} > ```...