VyacheslavRadyuk / sf-senla-courses

0 stars 0 forks source link

Remove setColumns method to helper #102

Closed ekevra closed 3 years ago

ekevra commented 3 years ago

https://github.com/VyacheslavRadyuk/sf-senla-courses/blob/423e0c5ca36dd129bb495ec32c3962632b9eda3a/lecture_3.4/RegistrationOfTripsController.js#L3

!And break it down into lines to make it look like this: [ { "label":"Tourist Name", "fieldName":"linkName", "type":"url", "typeAttributes":{ "label":{ "fieldName":"Name" }, "target":"_blank" } }, { "label":"Email", "fieldName":"Emailc", "type":"email", "initialWidth":300 }, { "label":"Gender", "fieldName":"Genderc", "type":"picklist", "initialWidth":95 } ]

VyacheslavRadyuk commented 3 years ago

done