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( );
Appery('CartItemList').empty().refresh();
All of these did not solved my problem.
Waiting for a favorable reply.
Thanks and Regards,
Jitendra Bhagat