Added a note for future work
This commit is contained in:
parent
68ec5df371
commit
7566c3769a
|
|
@ -222,6 +222,7 @@
|
|||
formatter: function(value, row, index, field) {
|
||||
if (value)
|
||||
{
|
||||
// TODO - Format the user's first and last names
|
||||
return value.username;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue