How: Remove parent column from detail view?

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

How: Remove parent column from detail view?

Post by onoehring » 2019-07-07 08:48

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 2113 times
Olaf

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: How: Remove parent column from detail view?

Post by jsetzer » 2019-07-07 09:12

Easiest: Get the column's class attribute using F12 and hide them using css.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: How: Remove parent column from detail view?

Post by onoehring » 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

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: How: Remove parent column from detail view?

Post by jsetzer » 2019-07-07 09:24

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
Last edited by jsetzer on 2019-07-07 09:29, edited 1 time in total.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1807
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: How: Remove parent column from detail view?

Post by jsetzer » 2019-07-07 09:26

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!
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: How: Remove parent column from detail view?

Post by onoehring » 2019-07-07 10:05

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

Post Reply