React FileManager - itemView.details
Selector: Details
Type:
App.js
- import React from 'react';
- import 'devextreme/dist/css/dx.light.css';
- import FileManager, { ItemView, Details, Column } from 'devextreme-react/file-manager';
- class App extends React.Component {
- render() {
- return (
- <FileManager>
- <ItemView>
- <Details>
- <Column dataField="thumbnail" />
- <Column dataField="name" />
- <!-- ... -->
- </Details>
- </ItemView>
- </FileManager>
- );
- }
- }
- export default App;
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.