pull/388/head
cagataycivici 2020-07-10 16:40:53 +03:00
parent 5342ee5a0d
commit af87fca7ed
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ export default {
if (this.rowGroupMode && this.rowGroupMode === 'subheader') {
return this.groupRowsBy !== column.field;
}
return true;
}
},

View File

@ -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>
&lt;div class="p-inputtext-sm"&gt;