Replies: 2 comments
-
I have not used ag-grid. Inspect the code on the browser side. Most likely, value of getDetailRowData is being read as string. I am not sure if there is mechanism to pass javascript function from justpy. |
Beta Was this translation helpful? Give feedback.
0 replies
-
i assume this is about the https://www.ag-grid.com/javascript-data-grid/master-detail/ feature |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
thanks first for this amazing component :)
Did anyone find out a way to make Master/Detail view in ag-grid available with justpy ?
I tried several way to express getDetailRowData without success. Each time I click on the button to see the detail grid I have this javascript error :
Uncaught TypeError: t is not a function at t.loadRowData (ag-grid-enterprise.js:8:1203603) at t.init (ag-grid-enterprise.js:8:1201788) at e.initComponent (ag-grid-enterprise.js:8:322750) at e.createAndInitUserComponent (ag-grid-enterprise.js:8:319690) at e.newFullWidthCellRenderer (ag-grid-enterprise.js:8:318098) at ag-grid-enterprise.js:8:406215 at ag-grid-enterprise.js:8:1504494 at Array.forEach (<anonymous>) at e.flushRowTemplates (ag-grid-enterprise.js:8:1504466) at ag-grid-enterprise.js:8:1333644
Any idea ?
Thanks a lot for your help
PyT
Beta Was this translation helpful? Give feedback.
All reactions