Turnerj / tablemate-js

Responsive tables and table analysis
0 stars 0 forks source link

Update analyser to detect other complex tables #1

Open Turnerj opened 10 years ago

Turnerj commented 10 years ago

This is a general issue stub for detecting other types of tables rather than just heading/data pairs and cross tabulation.

Other types include:

There are a couple of others that might be worth investigating too (eg. handling totals for cross tabulation)

Turnerj commented 10 years ago

Started to add advanced cross tabulation support (aka. complex cross tabulation) in commit 5ae69cdd3f3dec0caa9c4f384fc19524d2bb47a4.

With the code cleanup mostly complete for now, supporting more table types is the next priority.