DataTables / Editor-NET

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

Allow opting out of applying Editor's LeftJoins. #20

Open VictorioBerra opened 4 months ago

VictorioBerra commented 4 months ago

fixes https://github.com/DataTables/Editor-NET/issues/17

SearchPaneOptions may benefit from applying Editor's left joins, but unless I am missing something big, I don't see why the SearchBuilder would need to be forced to apply unrelated LeftJoins to its various unique options.

This allows opting out, defaults to the current functionality which preserves backwards compatibility.

CC @AllanJard