Cubre el paquete
commertial_actiondel módulo ecommerce_service y el microservicio independiente acciones_comerciales_service.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useState } from 'react'; | |
| import { Table, Button, Checkbox } from 'antd'; | |
| const data = [ | |
| { key: 1, fecha: '2023-04-01', numeroFactura: '12345' }, | |
| { key: 2, fecha: '2023-04-02', numeroFactura: '67890' }, | |
| { key: 3, fecha: '2023-04-03', numeroFactura: '54321' }, | |
| ]; | |
| // Componente de tabla con funcionalidad de selección |
Running Go-rod on a docker container, I had the following error:
panic: eval js error: DOMException: Failed to execute 'querySelectorAll' on 'Document': 'table tbody tr:has(td[colspan="2"]) td[width="100%"]' is not a valid selector.
at functions.elements (<anonymous>:1:94)
at <anonymous>:1:71
at :1:92