SQLCell
SQLCell copied to clipboard
converting table to editabletableWidget only works occasionally, randomly
when it doesn't work, the tab-index attr doesn't get set.
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"