Linting
parent
5342ee5a0d
commit
af87fca7ed
|
@ -197,7 +197,7 @@ export default {
|
|||
if (this.rowGroupMode && this.rowGroupMode === 'subheader') {
|
||||
return this.groupRowsBy !== column.field;
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
},
|
||||
|
|
|
@ -52,7 +52,7 @@ import InputText from 'primevue/inputtext';
|
|||
<InputText type="text" class="p-inputtext-lg" placeholder="Large" />
|
||||
</CodeHighlight>
|
||||
|
||||
<p>Instead of repeating the scale classes for each input, sizing can also be applied to a group by adding the
|
||||
<p>Instead of repeating the scale classes for each input, sizing can also be applied to a group by adding the
|
||||
class to a container element so that descendant inputs share the same style easier.</p>
|
||||
<CodeHighlight>
|
||||
<div class="p-inputtext-sm">
|
||||
|
|
Loading…
Reference in New Issue