rubanraj54 / vue-bootstrap4-table

Advanced table based on Vue 2 and Bootstrap 4 ⚡️
MIT License
220 stars 58 forks source link

Card title div #17

Closed Chris-Pratt-Clystnet closed 5 years ago

Chris-Pratt-Clystnet commented 5 years ago

Would we be able to get a slot or some way to effect the title div on the card as currently it is hard coded to be centred and currently i need it to be left aligned and I would like the ability to add extra things to that title div, e.g. extra buttons.

Now i have got around this for now by turning off card mode and doing the card part myself but it would be great to have this all built in :-)

rubanraj54 commented 5 years ago

Hi @Chris-Pratt-Clystnet

Thanks for letting me know. I will consider your request. :-)

Cheers, Ruby.

rubanraj54 commented 5 years ago

Hi @Chris-Pratt-Clystnet

I released a new version today which includes this feature.

Now you can override card header & footer using slots.

Example:

<template slot="card-header">
    your content goes here
</template> 

<template slot="card-footer">
    your content goes here
</template>

I will close this issue now.

Cheers, Ruby.