primevue-mirror/api-generator/components/row.js
Tuğçe Küçükoğlu 8681911998 Fixed #1138 Fixed #962
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"
}
};