dojo / dgrid

:rocket: Dojo 2 - reactive, extensible grid widget.
http://dojo.io
Other
7 stars 12 forks source link

Is this still maintained? Can I use sitepen/dgrid with dojo2 ? #51

Closed asyncmind0 closed 5 years ago

asyncmind0 commented 6 years ago

Bug / Enhancement

Package Version:

Code

Expected behavior:

Actual behavior:

dylans commented 6 years ago

Yes, but most of the focus is on newer Dojo and an eventual dgrid replacement. It is possible to use dgrid with Dojo 2+ but it is not straightforward and does not support all features.

yduman commented 5 years ago

What's the current status of the "dgrid replacement"? I'm trying to realize a data table with CRUD operations and I'm currently looking what's available from Dojo. Is dgrid the only option to realize this, or are there other sources I can look into?

agubler commented 5 years ago

@yduman If you need a grid in dojo 2+ there is a basic grid in dojo/widgets, which you should be able to use to render data from a REST API. Additionally we have also added support for using dgrid in dojo2 with the DgridWrapper in dojo/interop.