UNPKG

vue2-datatable-component

Version:

The best Datatable for Vue.js 2.x which never sucks

12 lines (11 loc) 197 B
export default { props: { leftFixed: Boolean, rightFixed: Boolean }, computed: { shouldRenderSelection () { return !this.rightFixed && this.selection } } }