primevue-mirror/api-generator/components/dataviewlayoutoptions.js
Bahadir Sofuoglu 4d3a071e66 Lint changes
2022-09-14 17:26:41 +03:00

7 lines
377 B
JavaScript

module.exports = {
dataviewlayoutoptions: {
name: 'DataViewLayoutOptions',
description: 'When both layout modes are enabled in DataView, a UI element would be necessary to let the user toggle between the view. DataViewLayoutOptions is a helper component to display a buttonset to choose the layout mode in DataView.',
'doc-url': 'dataview'
}
};