mindmup / editable-table

tiny jQuery/Bootstrap widget that makes a HTML table editable
MIT License
686 stars 324 forks source link

rtl support and an option to specify cells in table to be editable #36

Closed talal424 closed 5 years ago

talal424 commented 7 years ago

added an option to specify cells in table to be editable (activeOptions.selector) i tested ['td'] ["td[data-editable='true']"] ["td[data-editable='true']",'th'] added an option to specify error class (activeOptions.errorClass)

the most important thing was the rtl support if the table is rtl the key down ARROW_RIGHT would go left and vise-versa