Page 1 of 1

How: Remove parent column from detail view?

Posted: 2019-07-07 08:48
by onoehring
Hi,

is there an easy way (AG) or do I need to challange jquery to remove the colum representing the parent record from detail view?

See the image. I am in the parent record testCont8 and looking at some details (Merkmale). I do not want to see that column in this place as it is obvious for the user that the three detail record belong to that parent.
ec_58.jpg
ec_58.jpg (12.71 KiB) Viewed 2109 times
Olaf

Re: How: Remove parent column from detail view?

Posted: 2019-07-07 09:12
by jsetzer
Easiest: Get the column's class attribute using F12 and hide them using css.

Re: How: Remove parent column from detail view?

Posted: 2019-07-07 09:15
by onoehring
Hi Jan,

thank you. Sounds good - and could also be applied to this ( viewtopic.php?f=2&t=3121 ) I suppose - though it would not be the very best solution.

Olaf

Re: How: Remove parent column from detail view?

Posted: 2019-07-07 09:24
by jsetzer
Have a look here:

viewtopic.php?t=2561

There are couple of posts here on the forum explaining how to hide columns in children-tabs.

Regards,
Jan

Re: How: Remove parent column from detail view?

Posted: 2019-07-07 09:26
by jsetzer
onoehring wrote:
2019-07-07 09:15
Hi Jan,

thank you. Sounds good - and could also be applied to this ( viewtopic.php?f=2&t=3121 ) I suppose - though it would not be the very best solution.

Olaf
Nope!

Re: How: Remove parent column from detail view?

Posted: 2019-07-07 10:05
by onoehring
Hi Jan,

this ( viewtopic.php?p=10504#p10504 ) was a great tip.

I agree, that using CSS/jquery to adjust the look has nothing to do with actual removal of content (and there should be a way in AG).
Olaf