camljs-console icon indicating copy to clipboard operation
camljs-console copied to clipboard

Chrome extension, that provides a CamlJs console for creating SharePoint CAML queries right in browser, with live data preview.

Results 3 camljs-console issues
Sort by recently updated
recently updated
newest added

Bumps jQuery from 2.1.1 to 3.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery&package-manager=nuget&previous-version=2.1.1&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi Andrei, I can't seem to get aggregations to work from CamlJS console. Here's my query (based on [this issue](https://github.com/andrei-markeev/camljs/issues/15)) ```javascript var query = new CamlBuilder() .View(["QOMVLanguage", { count: "QOMVLanguage"...

enhancement
help wanted

My list contains several items created today, which won't show when querying on Created = Today ![image](https://user-images.githubusercontent.com/48773525/69135096-d14d8480-0ab8-11ea-910a-6cf3e324a18f.png) When I try to retrieve items up until 5 days ago, the query...

enhancement
help wanted