Hi
I want to display below Data in table Dynamically. No of records can vary.
Title Desc
Title Desc
Title Desc
{
error = 0;
message = Ok;
result = (
{
id = 81;
"desc" = "<p>Traveler can select any date of travel before 60 days . He can pay remaining payment as per the payment plan mentioned above. </p>
\n";
title = "Payment Policy";
},
{
id = 76;
"desc" = "<p> </p>
\n
\n<p>6000</p>
\n";
title = Advance;
},
{
id = 68;
"desc" = "<p>25% of Tour Cost (including booking amount)</p>
\n";
title = "On confirmation of Price quote";
},
{
id = 79;
"desc" = "<p>70% of Tour Cost</p>
\n";
title = “30 Days Before Departure";
},
{
id = 77;
"desc" = "<p>Total Cost</p>
\n";
title = "10 Days before Departure";
}
);
}
Thanks