We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d6f36 commit 55f7f52Copy full SHA for 55f7f52
src/Utilities/Request.php
@@ -228,7 +228,7 @@ public function columnName($i, $type = null)
228
if (isset($column['data']['display']) && $column['data']['display'] != '') {
229
return $column['data']['display'];
230
}
231
-
+
232
if (isset($column['data']['_']) && $column['data']['_'] != '') {
233
return $column['data']['_'];
234
0 commit comments