Make only one column sticky

master
Max Ehrlicher-Schmidt 4 years ago
parent 9d4e9b77f8
commit 4ac1156aa4

@ -20,7 +20,6 @@ export class ContactInformationComponent implements OnInit {
{
dataPath: 'person.name',
translation: 'Nachname',
sticky: true,
link: (row: any) => {
return '/person/' + row['person.id'];
},

@ -20,7 +20,6 @@ export class ParticipantsComponent implements OnInit {
{
dataPath: 'contactInformation.person.name',
translation: 'Nachname',
sticky: true,
link: (row: any) => {
return '/person/' + row['contactInformation.person.id'];
},

@ -14,6 +14,7 @@ export class ProvidersComponent implements OnInit {
{
dataPath: 'formName',
translation: 'Formular Name',
sticky: true
},
{
dataPath: 'organisation.name',

Loading…
Cancel
Save