Update FrozenRowsDoc.vue
parent
69f184bd06
commit
cc6ec6c874
|
@ -230,3 +230,9 @@ onMounted(() => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
::v-deep(.p-datatable-frozen-tbody > tr) {
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue