Inner Join

Inner Join

DumbleDWDumbleDW Posts: 15Questions: 2Answers: 0

Is it possible to inner Join with the normal datatable without being the editor?

Replies

  • DumbleDWDumbleDW Posts: 15Questions: 2Answers: 0


    does this example work?

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin

    Do you mean you want to do a join with the SSP class? If so, then no - not without modifying it (as might be the casein that screen shot - that isn't supported by us though). Our published SSP class does not support joins. Our Editor libraries however do, and they are MIT open source should you wish to use them.

    Allan

  • DumbleDWDumbleDW Posts: 15Questions: 2Answers: 0

    But if I modify the SSP class, is it possible to join? from what I understand the editor version is paid and I won't be able to use it at the moment.

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin

    The server-side libraries for Editor are free and open source as I mentioned above. There is a blog post here which goes into detail about how you can use them. It is the client-side library that is the paid component.

    Alternatively, yes, you can modify the code in the SSP class to add that capability.

    Allan

Sign In or Register to comment.