Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created August 9, 2018 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/8c1ce9ba284cd3c6dc8c747ca5898430 to your computer and use it in GitHub Desktop.
Save amandeepmittal/8c1ce9ba284cd3c6dc8c747ca5898430 to your computer and use it in GitHub Desktop.
settings = {
selectMode: 'multi', // just add this
columns: {
id: {
title: 'ID'
},
name: {
title: 'Name'
},
city: {
title: 'City'
},
employeeId: {
title: 'Employee No.'
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment