Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 694 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 694 Bytes

TableEditor

Simple JS UI for editing tables.

Table Editor in action

Works in FF, Chrome, & Safari. Haven't tested Opera or IE9 yet, but it is my intention to ensure that both work well.

Todo

  • IE9, Opera support
  • A real bug shakedown
  • Support in the core as well as in the UI for colspan/rowspan (shown to user as 'merged cells'.)
  • Keyboard accessibility
  • Switch UI positioning to use coordinate transform between absolute and fixed positioning modes rather than the spaghetti gymnastics the code does now.
  • Auto-reconcile table sectioning elements with th-based rows.
  • Wrap cell, column, and row classes