• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem with merging records from two tables while sorting

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi To all,

I am having two html tables,I wanted to merge records from these two tables and i want to sort the records.

for example i am 50 records in first table and 50 records in another table.i want merge 100 records and sort them.again after sorting first 50 records should be in first table and another 50 records should be in another table.

I am using javascript from the following link to sort
http://www.kryogenix.org/code/browser/sorttable/

any one please give me the code.
 
reply
    Bookmark Topic Watch Topic
  • New Topic