Vue related packages - robbiehume/CS-Notes GitHub Wiki
- PassThrough props deep dive
- For flex classes, need to install and import
primeflex
- primeflex margin values
-
DataTable column header not aligning with column body
-
<template #header> // put this inside the column definition (example is for centering) <div class="flex-1 text-center">column name</div> </template>
-
- Adjust size of input box for InputNumber
-
Delay tooltip (look at Timur Baysal's answer)
- Selectors are different though:
.p-tooltip .p-tooltip-text, .p-tooltip .p-tooltip-arrow
- Only need the
animation
line and thetooltipkeys
definition parts
- Selectors are different though: