Wordcount (Top10) on specified Column...

Wordcount (Top10) on specified Column...

morthahnamorthahna Posts: 18Questions: 0Answers: 0
edited August 2010 in General
Hello everyone,

I have a datatable where every entry has a detail row where the user can specify tags for the entry. I want to count how often a word appears on a specific column over all rows and write the top tags (tag / count) into an object/array....

This is how the html structure looks like...

http://img839.imageshack.us/img839/8028/tables.png

Is there a way to accomplish this in a clean and high-efficient way?

Data is loaded via AJAX... So we have client-only processing over here :-) Table can have about 5000 rows with about 4-5 tags each...

I really appreciate every help and hints!
This discussion has been closed.