i there, I’m trying to create some tools for myself to interact with my mysql database
At the moment, I load each row from my mysql into it’s own movieclip, and then display them in a list in a Scrollpane. It’s quite messy now i have a few hundred rows, plus there is no nice way to filter/sort them. At the moment I need to re-connect to the database to order it by the Email, for example.
My question is, How can i load a table like this into an AS3 datagrid:
1 A CHECKBOX/RADIOBUTTON
2 Email
3 Order
4 Status
5 Date
6 Units
7 Price
I then want to be able to have checkbox / radiobutton for each row and then an ‘edit’ button. this edit button then opens up a movieclip i’ve made which allows me to edit database items.
Any links or snippets would be very helpful. Google hasn’t turned up anything definitive.