DataTables for node search results tab

This commit is contained in:
Eric A. Miller
2014-06-03 20:16:22 -04:00
parent b5a7836f79
commit 3ce40b1191
3 changed files with 159 additions and 81 deletions

View File

@@ -90,9 +90,11 @@ ajax '/ajax/content/search/node' => require_login sub {
{ -and => [@where_mac] },
{ order_by => { '-desc' => 'time_last' },
'+columns' => [
'oui.company',
{
time_last_stamp => \"to_char(time_last, 'YYYY-MM-DD HH24:MI')"
}]
}],
join => 'oui'
}
);