简体   繁体   中英

PHP view in datagrid

Does php has datagridview object or something? Or do I just make a table out of it? I need to do this format, http://replays.mineski.net/ .. Do you think XML as a information storage is suitable for this?

well, html table is itself some kind of datagrid. So just use html table, tr, td to achieve what you want, additionally, use th for table headers. Good luck.

You could use something like PEAR datagrid http://pear.php.net/package/Structures_DataGrid , there are also some nice javascript based ones you can use eg: http://www.trirand.net/demophp.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM