Shall i know if there is implementation of gridview in php as it is in .net
please help me
If there is it would be the first I ever heard of it.
If there is it would be the first I ever heard of it.
I found phpsortable in "phpclasses website"
but i don't know how to use it and also i am newbbie to php
please help if anyone knew.
If you want an interactive table, it will probably be based on Ajax. Read the manual or help docs that go with the app you want to use. There are so many sort table implementations, each with its own set of functions. General advice regarding these tables is impossible. If you get stuck, post to the appropriate website forum - after all, they're the experts who use the app.
thank you! i will search for that
thank you! i will search for that
There is a verygood example using JQUERY, follow the link
http://www.datatables.net/examples/
But it is not based on Ajax, it loads entire data in one shot.
Actual PHP Grid you can find it here
http://www.phpgrid.com/grid/examples/example1.php
Been a very long time since I dabbled in VB6, but is gridview editable? If so, and you want your sortable table to be editable, you'll probably need an Ajax solution.
http://www.webresourcesdepot.com/sortable-and-editable-tables-with-ajax/
That's the one I've used. Based on prototype lib. However, isn't all that great in IE7.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.