Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added more support for vertical tables. (#7)
* Added feature verticalTable, test tables and correct autofill for Data rows selector * Added getting header and data raw css for simple tables. * Fixed header and data row css selector. * Fixed header and data row css selector. * Fixed header and data row css selector. * Some changes of getting data in vertical tables dataCells * Added DataPreview for vertical Tables * Added column selection for vertical tables * Added Data preview and scrape for vertical and horizontal tables without changing Result key * Added Data preview and scrape for vertical and horizontal tables without changing Result key * Refactored verticalTable. Now checking doing only in Controller. * Fixed verticalTable checkbox in SelectorEdit.html * Fixed a lot of bugs with verticalTable. * Fixed a lot of bugs of selectorTable, but still have problems with complicated case(table in table) * Code style changes and moved extraction of selector verticalTable value to getCurrentlyEditedSelector method.
- Loading branch information