diff --git a/src/components/ZclAttributeManager.vue b/src/components/ZclAttributeManager.vue index c38e77ea9c..711fc008f2 100644 --- a/src/components/ZclAttributeManager.vue +++ b/src/components/ZclAttributeManager.vue @@ -28,7 +28,6 @@ limitations under the License. row-key="name" dense flat - virtual-scroll binary-state-sort v-model:pagination="pagination" :sort-method="customAttributeSort" @@ -415,7 +414,7 @@ export default { data() { return { pagination: { - rowsPerPage: 0, + rowsPerPage: 50, sortBy: 'clientServer', }, columns: [],