1: <?php
2: /**
3: * This file contains the QDataGridLegacyRowStyle class.
4: *
5: * Typically you would handle row styling in CSS, but this lets you change specific styles programatically, and
6: * also assign attributes to the row tag, like data-*, as well as programatically manipulate the class on each row.
7: *
8: * @package Controls
9: */
10:
11: /**
12: * This defines a style for a row <tr> for a DataGrid
13: */
14: class QDataGridLegacyRowStyle extends QTagStyler {
15: }