Hi, sorry for replying late, what would be interesting would be to be able to add a letter navigation / filter block to an existing juery datatables setup, or a table configured with tablesorter. I assume it would involve selection on tr, but also triggering a repagination. Two modes would be interesting; filtering, and goto first page based on the letter selected. I assume also some customisation would be handy to be able to select which column is used for filtering. These are just ideas though, just making it work with tr instead of li would be handy.
On May 3, 2:44 am, Jack Killpatrick <j...@ihwy.com> wrote: > Hi, I wrote the listnav plugin. Can you elaborate a little more on how > you'd want it to work? There might be a selector we can tweak to make it > do what you want (like use tr instead of li). > > Tor wrote: > > I'm looking for a plugin like the listnav plugin (demo: > >http://www.ihwy.com/Labs/Demos/Current/jquery-listnav-plugin.aspx), > > but for tables? > > > I'd like to filter / select rows in a table based on the first letter > > of one of the rows in the table. The listnav plugin is exactly what > > I'm after, but it works on ol/ul only, and I need to use it with > > tables.