You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Make sure that <code>th</code> elements have the same padding as <code>td</code> elements have.</li>
62
+
<li>Use <code>padding-right</code> with the value of scroll bar width to make an offset for the table</li>
63
+
<li>Use <code>width</code> attribute for columns to sync widths.</li>
64
+
</ul>
65
+
</div>
66
+
<h4>Using Stand-alone Directive</h4>
67
+
<div>
68
+
<p>Another option is to use the built-in directive <code>fixed-header</code> that is included to the Data Grid like a separate module <code>dataGridUtils</code>.</p>
69
+
<p>To make it work it is needed to perform next steps:</p>
0 commit comments