Fabrik module list view - link of ajax detail view not working

alexpandianj

New Member
Hi All,

I have rendered a fabrik module list position in an article. It works well with pagination. Problem is in detail view links in each row!

It is because of DOM id mismatch while clicking the view button in a row. Watch me closely!

In grid view of the page the table wrapper is holding the attribute id with value "list_2_mod_fabrik_list_96". Here 2 is list id and 96 is module id.

<table id="list_2_mod_fabrik_list_96" class="fabrikList">
<!-- html here -->
</table>

but inside that table wrapper each row has wrong data-list attribute value "list_2_mod_fabrik_list_2"
Actual attribute value should be "list_2_mod_fabrik_list_96" in order to work ajax call. Except tr id every child elements of the tr has wrong info (Ex: instead of 96, holding 2 which is list id)

But It gets correct(list_2_mod_fabrik_list_96) when we switch to next page(ajax pagination)!

I am using fabrik 3.0.8 in joomla 2.5

Pardon me if it has been already fixed and give me the right code if you have!
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top