Update FrozenRowsDoc.vue

pull/4016/head
Tuğçe Küçükoğlu 2023-06-02 14:25:56 +03:00
parent 69f184bd06
commit cc6ec6c874
1 changed files with 6 additions and 0 deletions

View File

@ -230,3 +230,9 @@ onMounted(() => {
}
};
</script>
<style lang="scss" scoped>
::v-deep(.p-datatable-frozen-tbody > tr) {
font-weight: 700;
}
</style>