javascript - How to adjust number rows in HTML table based on window size and swap data at timed intervals? -


i have set of tuples display in table. if there more tuples fit in window, cut table short , display many tuples (rows), , swap data out @ periodic intervals (allowing data shown on projector screen example).

i can monkey around javascript enough if knew start, don't have experience programming in browser. i.e. i'm not sure start looking.

use tabe width , row width percentage like,

<table width='100%'>   <tr>      <td width='10%'></td>      ..................   <tr> </table>  

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -