This is a forum to suggest new features for mojoPortal.
1: could you provide a data module which can show a simple table( table and data was created by database management studio), ---------------------------------------------------------- |nameid | name | ip | orderid | product | ---------------------------------------------------------- | 1 | Joe | | | | ---------------------------------------------------------- | 2 | vw | | | | ----------------------------------------------------------
I think there should have many people like to work with database in a simple way
2: I need a comment or reviews module which are expand , not like blog feedback is folded.
such as http://www.patagonia.com/us/product/patagonia-mens-drifter-a-c-gore-tex-running-shoe?p=79356-0-961
The recommendation would be to develop a custom feature for working with custom tables. The range of possible design and functionality makes it hard to see how a standard feature could meet anyone's requirements.
However, Joe, I wonder if there's any mileage is come combination of ASP GridView control and your existing SQL Query tool. The latter could configure data sources that could be used with a new "Data Grid" feature (read-only), and there could be some config options over whether to enable paging, sorting etc.
Someone could develop what they need using that approach but it isn't something I want to ship and support.
Best,
Joe