Jitendra Bhagat
Posts: 0
Joined: Tue Apr 29, 2014 8:56 am

Hide the Dummy List Item Row on Load

Hi Appery Team,

I want to hide the Dummy List Item which comes when we are loading a list of data items from the Database.That dummy row gets hidden when our list of data items is loaded.

My purpose is to hide the Dummy row forever, like the screen should come blank but no dummy list item row.
Please suggest me a good approach to do this.

I tried :-
1.Apperyio("CartItemList").attr("data-hide", "true");
2 .Apperyio("CartItemList").hide( );

  1. Appery('CartItemList').empty().refresh();

    All of these did not solved my problem.

    Waiting for a favorable reply.

    Thanks and Regards,

    Jitendra Bhagat

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Hide the Dummy List Item Row on Load

Hello!

This code preApperyio("CartItemList").hide();/pre should work.
Could you clarify what exactly doesn't work? What is this code execution result?

Jitendra Bhagat
Posts: 0
Joined: Tue Apr 29, 2014 8:56 am

Hide the Dummy List Item Row on Load

This is still giving me the Dummy Row on list.

I tried :-
1.$(this).parents("[name=CartItemGrid]").hide();

  1. Appery('CartItemGrid').hide();

    This also does not hide my Dummy Row on list item.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Hide the Dummy List Item Row on Load

Hi Jitendra,

Please provide us screen shots with this "Dummy" row that you want to hide.

Regards.

Return to “Issues”