There is not way to do inner join in datatables editor
There is not way to do inner join in datatables editor
![pkundariya](https://secure.gravatar.com/avatar/04442f5b298d6086e65d2e4b0e782722/?default=https%3A%2F%2Fvanillicon.com%2F04442f5b298d6086e65d2e4b0e782722_200.png&rating=g&size=120)
Hello guy,
Is there any way to do inner join instead of leftJoin() in datatables editor.
Thanks
Parth
This discussion has been closed.
Hello guy,
Is there any way to do inner join instead of leftJoin() in datatables editor.
Thanks
Parth
Replies
Currently no. You create a VIEW in your SQL database and then read the data from the view, but write to the table, but only
left join
is currently supported.Allan