rubanraj54 / vue-bootstrap4-table

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

Suggestion #70

Open ayophanz opened 4 years ago

ayophanz commented 4 years ago

This component is very good and I using it but it much more awesome if name support multiple values with separation of " | ", I'm trying to do on how to pass to value in the name.

thank you

rubanraj54 commented 4 years ago

Hey @ayophanz ,

Could you please give an example to understand more?

Cheers, Ruby.

ayophanz commented 4 years ago

label: "Created at", name: "created_at", sort: true, slot_name: "created_at", row_text_alignment: "text-left", column_text_alignment: "text-left", row_classes: "room-types-row-class-date", },

my suggestion is pass multiple data in ( name: "data1|data2|data3" ) , I'm aware of props.row but props.row is too much heavy when u need less than 5 data to show on table cell or use what ever u want.

thank you, jford