Replies: 3 comments 2 replies
-
|
Well I fixed it by copying |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
same issue i got. i need tableWidget to be interacted with the page table |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
upping this : it should really be possible to have a table widget interacting with the page's table |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Widgets
Package Version
v3.2.32
How can we help you?
I have a page that implements
ListRecords, so has a table. To this page I want to add a table widget that interacts with the table on the page. The problem is that theTableWidgetclass requires thegetTablePage(): intfunction to be implemented , but theInteractsWithPageTabletrait requires thegetTablePage(): stringfunction to be overriden. So two functions with the same name and no args need to be implemented in the widget, which is not possible.How can I add a tablewidget that can interact with the table on the page?
The code:
Beta Was this translation helpful? Give feedback.
All reactions