allienato Posted February 17, 2011 Share Posted February 17, 2011 Hi everyone,I'm developing a simple wedding list system based on wishlist mechanism. Backoffice should make most of the work, let the administrator to create/view wedding lists, add/delete/view products within, etc..In my admin tab I can see a list of wedding lists and, when I click on individual one, page changes (handled by a function like viewList().. ). Here I can see products added to the list and all the products in the shop (so they can be added to the single wedding list).I'm able to create a simple table appearance like this:But what i need is a table with navigation, filters, and other stuffs, like the standard one:(basically, I need page navigation, filters, order and I need to customize actions)I've checked how it is handle in AdminProducts.php and I saw that table is created with function displayList() which calls displayListHeader(), displayListContent(), displayListFooter().So I've tried to override displayListContent(), but my custom content goes out of the table. :\how can I create this kind of table with custom content? (I think I need to know code for list heading, without need to override displayList function, as I do when I create simple table appearance) Link to comment Share on other sites More sharing options...
pimvdmolen Posted May 27, 2011 Share Posted May 27, 2011 Hi,Did you found out how you can do this?I've got the same problem..Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now