Child table level of DataTable

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
While doing work involving DataTable, I noticed that when I used another DataTable as a child of a child of the parent DataTable, Nop only generates one set of JS code to get the child from the parent only.  For example, the layout will look like this:
Table 1
      | - Table 2
                | - Table 4
      | - Table 3
                | - Table 5
So far table 1, 2, and 3 are working. If I try to display 4 or 5, it will throw JS error due to one getchild_table_name method in the script.

So does Nop currently support one parent and one child table in DataTable and any plan or suggestion on how to get this scenario to working?
4 years ago
We'll check it. Here is a  work item
4 years ago
Done. Please see this commit
3 years ago
Could you please let me know how to implement this ( adding child-table to another child-table), as I am still facing this issue?

Thank you
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.