DataTables / Editor-NET

.NET Framework and .NET Core server-side libraries for Editor
Other
15 stars 12 forks source link

Sample Broken - Cant Sort Permission Column on joinArray.html #23

Closed VictorioBerra closed 4 months ago

VictorioBerra commented 4 months ago

This is maybe a bug with the server side stuff.

https://datatables.net/forums/discussion/78944/editor-samples-joinarray-html-has-bugs-with-serverside-true/p1?new=1

VictorioBerra commented 4 months ago

This is expected. https://datatables.net/forums/discussion/comment/231576/#Comment_231576

The issue is that the main search and order are performed in a single query, but the Mjoin'ed data is fetched in a second query.

Maybe one day, this could be supported but not on roadmap now.