camljs
camljs copied to clipboard
Please add methods after CamlBuilder.FromXml
I need to change OrderBy and ViewFields in an already created CAML query.
I made a React component for Lookup fields. I want to pass a clarifying CAML query into it, and not completely. That would not take out the logic of working with lookup field outside the component.
So maybe smth like ReplaceOrderBy
and ReplaceViewFields
, which would work the same way as ReplaceWhere
...?
Do you want to create a PR for this change?
Yes :)