“Inline Detail-View” in Children Tables
-
- Posts: 16
- Joined: 2019-02-21 19:03
“Inline Detail-View” in Children Tables
Hi,
Is it possible to activate Inline Detail-View in sub-tables displayed on the parent detail view page?
The purpose would be to remove the modal page to be able to edit children directly.
I have recently bought your inline detail-view plugin and it seems to work only on the table view page.
Best regards
Is it possible to activate Inline Detail-View in sub-tables displayed on the parent detail view page?
The purpose would be to remove the modal page to be able to edit children directly.
I have recently bought your inline detail-view plugin and it seems to work only on the table view page.
Best regards
Re: “Inline Detail-View” in Children Tables
Hi,
thanks for purchasing our plugin!
Unfortunately no, you cannot directly embed and edit a detail record in the children-tabs of a detail view, I'm sorry!
As a workaround, you can open all records of the children-tab in a new page and enable inline detail-view there.
Kind regards,
Jan
thanks for purchasing our plugin!
Unfortunately no, you cannot directly embed and edit a detail record in the children-tabs of a detail view, I'm sorry!
As a workaround, you can open all records of the children-tab in a new page and enable inline detail-view there.
Kind regards,
Jan
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<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-
- Posts: 16
- Joined: 2019-02-21 19:03
Re: “Inline Detail-View” in Children Tables
Thanks for the feedback.
Would it be difficult to add custom JS to activate inline detail-view in a sub-table?
The app we use is centred per project with all tables being sub-tables of the projects table. Therefore, all users always interact through that Project view.
Best regards
Would it be difficult to add custom JS to activate inline detail-view in a sub-table?
The app we use is centred per project with all tables being sub-tables of the projects table. Therefore, all users always interact through that Project view.
Best regards
Re: “Inline Detail-View” in Children Tables
Yes, very difficult.jlarmarange wrote: ↑2020-02-24 09:56Would it be difficult to add custom JS to activate inline detail-view in a sub-table?
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<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 readabilityRe: “Inline Detail-View” in Children Tables
Hi Jan!
I recently found this post and we are having the same issue with the Inline Detail View plugin. We would like to use it from a child table.
Could you explain how to implement the workaround (open all records of the children-tab in a new page and enable inline detail-view there), please?
Thanks in advance
I recently found this post and we are having the same issue with the Inline Detail View plugin. We would like to use it from a child table.
Could you explain how to implement the workaround (open all records of the children-tab in a new page and enable inline detail-view there), please?
Thanks in advance
Re: “Inline Detail-View” in Children Tables
Hi @balfons,
maybe I do not understand your question. You CAN open a separate page listing all child-records of a master-record using the child-link button at the top-right of the detail-view, if configured properly. On that separate page Inline-DV plugin will work as expected, if configured for that table.
---
If I got it right, the original question was about having a kind of inline detail view in a children-tab (bottom part of the detail view), which would be a lot of work. I do not consider programming that because I'm in doubt if this could work at all.
maybe I do not understand your question. You CAN open a separate page listing all child-records of a master-record using the child-link button at the top-right of the detail-view, if configured properly. On that separate page Inline-DV plugin will work as expected, if configured for that table.
---
If I got it right, the original question was about having a kind of inline detail view in a children-tab (bottom part of the detail view), which would be a lot of work. I do not consider programming that because I'm in doubt if this could work at all.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<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 readabilityRe: “Inline Detail-View” in Children Tables
Hi Jan,
thanks for helping. Yes, you undestood my question right and I have tried to implement what you said (checking the proper checkbox in the parent table) but it doesn't work the button is not displayed in the partent table. I thought it was because of the compact view (var dv = AppGiniHelper.DV; dv.compact();) but it wasn't.
I'm using AppGini version 5.97.
Thanks in advance
thanks for helping. Yes, you undestood my question right and I have tried to implement what you said (checking the proper checkbox in the parent table) but it doesn't work the button is not displayed in the partent table. I thought it was because of the compact view (var dv = AppGiniHelper.DV; dv.compact();) but it wasn't.
I'm using AppGini version 5.97.
Thanks in advance
Re: “Inline Detail-View” in Children Tables
Do you mean the child-link buttons are missing at the top-right of the detail view. Those buttons which open the (filtered) table view of child records?
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<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 readabilityRe: “Inline Detail-View” in Children Tables
Yes, I mean these buttons.
I have tried with a test project and now these buttons don't appear at the top-right of the detail view but in the child tab, near Add new button and refresh button:
What I also found is that if you hide the filter field in tablename-dv with this code (in my case is the field called "El nom")
dv.getChildrenTabs().hide("table2", ["el_nom"]);
the buttons disapear
I have tried with a test project and now these buttons don't appear at the top-right of the detail view but in the child tab, near Add new button and refresh button:
What I also found is that if you hide the filter field in tablename-dv with this code (in my case is the field called "El nom")
dv.getChildrenTabs().hide("table2", ["el_nom"]);
the buttons disapear
- Attachments
-
- question4.png (9.36 KiB) Viewed 2859 times
-
- question3.png (10.58 KiB) Viewed 2861 times
Re: “Inline Detail-View” in Children Tables
Sorry, last pics were not correct. These are the good ones:
Not hiding filter field (question3)
Hiding filter field: (question4)
Not hiding filter field (question3)
Hiding filter field: (question4)
Re: “Inline Detail-View” in Children Tables
Gonna have a look at it. There will be a new version this month and if I remember right, this has been fixed.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<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 readabilityRe: “Inline Detail-View” in Children Tables
Thanks Jan, we will wait for the new version
Re: “Inline Detail-View” in Children Tables
First of all: Yes,
Default
Code
Modified
Solution
If you want to use compact view without buttons being moved into the tabs, change the 3rd parameter of
Syntax
compact()
-method moves the "Children Links"-buttons from top right corner of DV into the toolbars of the related Children Tabs:Default
Code
Code: Select all
// file: hooks/TABLENAME-dv.js
var dv = AppGiniHelper.dv;
dv.compact();
Solution
If you want to use compact view without buttons being moved into the tabs, change the 3rd parameter of
compact()
-method call:Code: Select all
// file: hooks/TABLENAME-dv.js
var dv = AppGiniHelper.dv;
dv.compact(true, true, false);
Code: Select all
compact = (on: boolean = true, badges: boolean = true, movelinks: boolean = true)
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
<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