Server side SearchBuilderDetails and how to process examples

Server side SearchBuilderDetails and how to process examples

donndeladonndela Posts: 1Questions: 1Answers: 0

I am pretty new to using Datatables and I love the search builder functionality. I am trying to write it using the server side code but I have found that there is virtually no examples or documentation for doing this. What little documentation on this website doesn't help me much and there are no examples of how to write the code in the controller(.net mvc or core).

In my code I see that in the results view for the Request.Form object, it has all my criteria. Rather than have to build something that parses this and then applies it as logical criteria to my data context, is there some way to use the Datatables library to parse it and make it easier to manage? For example I see there is an object "SearchBuilderDetails". Is there a way to easily put the searchbuilder request details into a List<SearchBuilderDetails> object?

This is what I see in the Request.Form object related to searchBuilder:

Any help would be appreciated.

Answers

Sign In or Register to comment.