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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -