yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
826 stars 263 forks source link

Custom menu item title. #375

Open yasinishyn opened 7 years ago

yasinishyn commented 7 years ago

Is there a way to add collection, with a diff. name ? For example if I have collection posts, can I somehow rename the menu-item so that it is Publications ?

haraldur12 commented 7 years ago

You have to define it in the tableColumns. { label: 'Publications', name:'posts' }