data from firebase to json
data from firebase to json
![alvanna](https://secure.gravatar.com/avatar/32e379847db6ba7345b0b37203e58468/?default=https%3A%2F%2Fvanillicon.com%2F32e379847db6ba7345b0b37203e58468_200.png&rating=g&size=120)
my data format from firebase data retrieval in the form of an array then I change it using json_encode on php. The results of these changes are as shown below. can anyone help me so that the data can be displayed in the DataTable ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @alvanna ,
You would need to turn that object of objects, into an array of objects. There's probably some guidance on the web for that.
Cheers,
Colin