javascript - Jquery Plugin for tables that allow accordion like expanding and filtering of rows -
i looking create table of data allows following:
- click able rows expand accordion display text.
- a filter function: when user clicks link @ top of page of rows disappear. ideally similar photography portfolio pages animate show categories of pictures.
any guidance welcome.
accordion functionality can achieved bootstrap's collapse feature:
http://getbootstrap.com/javascript/#collapse
having filters have accomplished through database-driven application defining characteristics recorded attributes in table. recommendation php/mysql. presents steep learning curve, can start making static pages bootstrap right away, , code multiple pages, 1 each filter "filter" hyperlink page displays rows.
Comments
Post a Comment