Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
MongoDB Service
}); export default function App() { return ( <Sankey dataSource={store}> {/* ... */} </Sankey> ); } See this series of blog posts for more information
OData Service
. You can use OAuth2, JWT or custom authentication strategies alongside tools like Postman or Swagger (OpenAPI) for API testing. The built-in Web API Service also filters out secured server data based
Web API Service
, JWT or custom authentication strategies alongside tools like Postman or Swagger (OpenAPI) for API testing. The built-in Web API Service also filters out secured server data based on permissions
MongoDB Service
( <TagBox ... dataSource={dataSource} /> ); } } export default App; See this series of blog posts for more information on using DevExtreme UI components
Read-Only Data in JSON Format
://jsonplaceholder.typicode.com/posts" }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-data-grid [dataSource]="jsonUrl"> </dx-data-grid> import { Component...://jsonplaceholder.typicode.com/posts' } import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppComponent } from './app.component'; import