Open ayophanz opened 5 years ago
Hey @ayophanz ,
Could you please give an example to understand more?
Cheers, Ruby.
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
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