How to add a double-click event for table in render

how to add table in render double-click a row event

{

                        ellipsis: true,
                        type: "expand",
                        width:1,
                        key: "data",
                        render: (h, params) => {
                            //                        console.log(params.row);
                            return h("div", [
                                h("Table", {
                                    props: {
                                        columns:_this.recordColumns,
                                        data: params.row.data
                                    },
                                }),
                            ])
                        },
                    }
Apr.18,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3656a-2c012.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3656a-2c012.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?