1
0
Fork 0
mirror of https://github.com/primefaces/primevue.git synced 2025-05-10 01:12:37 +00:00
primevue-mirror/api-generator/components/row.js
Tuğçe Küçükoğlu 8681911998 Fixed Fixed
2021-05-12 12:35:29 +03:00

7 lines
188 B
JavaScript

module.exports = {
row: {
name: "Row",
description: "DataTable can be grouped by defining a Row component with nested columns",
"doc-url": "datatable"
}
};