primevue-mirror/api-generator/components/row.js

8 lines
188 B
JavaScript
Raw Normal View History

2021-05-12 09:35:29 +00:00
module.exports = {
row: {
name: "Row",
description: "DataTable can be grouped by defining a Row component with nested columns",
"doc-url": "datatable"
}
};