vue-bootstrap4-table icon indicating copy to clipboard operation
vue-bootstrap4-table copied to clipboard

Suggestion

Open ayophanz opened this issue 4 years ago • 2 comments

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

ayophanz avatar Sep 07 '19 07:09 ayophanz

Hey @ayophanz ,

Could you please give an example to understand more?

Cheers, Ruby.

rubanraj54 avatar Sep 07 '19 10:09 rubanraj54

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

ayophanz avatar Sep 07 '19 11:09 ayophanz