Skip to content

Commit

Permalink
Merge pull request #117 from brunobaudry/master
Browse files Browse the repository at this point in the history
Update user_table.mustache
  • Loading branch information
my-curiosity authored Jan 12, 2024
2 parents 2698177 + 76fee12 commit 974f4bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/user_table.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ function(loadInformation, $, ajax, notification, templates, datatables, tableFil
var columns = [
{data: 'id', name: 'ID'},
{data: 'idnumber', name: '{{#str}}idnumbermod{{/str}}'},
{data: 'username', name: '{{#str}}username{{/str}}'},
{data: 'firstname', name: '{{#str}}firstname{{/str}}'},
{data: 'lastname', name: '{{#str}}lastname{{/str}}'},
{data: 'email', name: '{{#str}}email{{/str}}'}
{data: 'idnumber', name: '{{#cleanstr}}idnumbermod{{/cleanstr}}'},
{data: 'username', name: '{{#cleanstr}}username{{/cleanstr}}'},
{data: 'firstname', name: '{{#cleanstr}}firstname{{/cleanstr}}'},
{data: 'lastname', name: '{{#cleanstr}}lastname{{/cleanstr}}'},
{data: 'email', name: '{{#cleanstr}}email{{/cleanstr}}'}
];
datatables.dataTableAjax('#userTable', 'tool_supporter_get_users', {}, 'users', columns);

Expand Down

0 comments on commit 974f4bf

Please sign in to comment.