Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1from __future__ import absolute_import 

2 

3from .tr import tr 

4from .th import th 

5from .td import td 

6from .tableCaption import tableCaption 

7from .thead import thead 

8from .tbody import tbody 

9from .table import table 

10from .sortable_table import sortable_table