Skip to content

Instantly share code, notes, and snippets.

@garunski
Last active August 31, 2017 06:16
Show Gist options
  • Save garunski/33d3b4f1959daa0a9c6688714fcb33cd to your computer and use it in GitHub Desktop.
Save garunski/33d3b4f1959daa0a9c6688714fcb33cd to your computer and use it in GitHub Desktop.
settings = {
hideSubHeader: true,
actions: {
position: 'right',
edit: false
},
attr: {
class: 'table table-bordered table-hover table-responsive'
},
pager: {
perPage: 1
},
columns: {
id: {
title: 'ID'
},
name: {
title: 'Full Name'
},
username: {
title: 'User Name'
},
email: {
title: 'Email'
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment