PicNet / tablefilter

This js project adds column filtering capabilities to a regular html <table> by adding a row to the <thead> section of a table and adding filters that allows real time filtering of tabular data.
http://web.archive.org/web/20150124160820/http://www.picnet.com.au/picnet-table-filter.html
27 stars 9 forks source link

Column to string #65

Open kuoloneous opened 11 years ago

kuoloneous commented 11 years ago

Hi, I'm pretty new to the awesomeness of javascript and I was wondering if there was a way for a String containing a list of the text contained within a column of filtered content.

I'm essentially using tabelfilter as a means to filter emails by job position and I want to be able to use submit button to create this string.

If anyone can help me in any way, it would be greatly appreciated.