tmthyjames / SQLCell

SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
MIT License
150 stars 11 forks source link

converting table to editabletableWidget only works occasionally, randomly #71

Open tmthyjames opened 7 years ago

tmthyjames commented 7 years ago

when it doesn't work, the tab-index attr doesn't get set.

tmthyjames commented 7 years ago

inserting tabindex="1" manually into the HTML table fixes this issue but makes all cells highlight-able(?). Maybe do:

if __SQLVAR__.EDIT:
    insert tabindex="1"