We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just wondered why these columns are not sortable? I just enabled it and it works fine.
diff --git a/views/hardware.phone.php b/views/hardware.phone.php index 2303cc0..0819565 100644 --- a/views/hardware.phone.php +++ b/views/hardware.phone.php @@ -38,9 +38,9 @@ <th data-sortable="true" data-field="mac"><?php echo _('Device SEP ID') ?></th> <th data-sortable="true" data-field="description"><?php echo _('Device Descriptions') ?></th> <th data-sortable="true" data-formatter="DispayTypeFormatter" data-field="type"><?php echo _('Device type') ?></th> - <th data-sortable="false" data-field="button" data-formatter="LineFormatter"><?php echo _('Line') ?></th> - <th data-sortable="false" data-field="status"><?php echo _('Status') ?></th> - <th data-sortable="false" data-field="address"><?php echo _('Address') ?></th> + <th data-sortable="true" data-field="button" data-formatter="LineFormatter"><?php echo _('Line') ?></th> + <th data-sortable="true" data-field="status"><?php echo _('Status') ?></th> + <th data-sortable="true" data-field="address"><?php echo _('Address') ?></th> <th data-field="actions" data-formatter="DispayDeviceActionsKeyFormatter"><?php echo _('Actions') ?></th> </tr> </thead>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just wondered why these columns are not sortable? I just enabled it and it works fine.
The text was updated successfully, but these errors were encountered: