(newProps: CustomTableProps, oldProps: CustomTableProps)
| 148 | */ |
| 149 | export class RNTable extends QTableWidget implements RNComponent { |
| 150 | setProps(newProps: CustomTableProps, oldProps: CustomTableProps): void { |
| 151 | setTableProps(this, newProps, oldProps); |
| 152 | } |
| 153 | removeChild(child: QWidget<any>): void { |
| 154 | child.close(); |
| 155 | } |
no test coverage detected