hi, i have a dictionary where data is stored like given below and i want to display it in the table view.where i need to define multiple sections and rows .it is not having any root element.
how can i do it.
dictionary b = (
ball
bow
);
dictionary w = (
why
where,
what
);
dictionary y = (
yak
);
}
how can i do it.
dictionary b = (
ball
bow
);
dictionary w = (
why
where,
what
);
dictionary y = (
yak
);
}