mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
7 lines
377 B
JavaScript
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"
|
|
}
|
|
};
|