The problem of prototype method in ag-grid

problem description

initaggrid

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

      // gets called once before the renderer is used
Datepicker.prototype.init = function(params) {
    // create the cell
    this.eInput = document.createElement("input");
    this.eInput.value = params.value;

    // https://jqueryui.com/datepicker/
    $(this.eInput).datepicker({
        dateFormat: "dd/mm/yy"
    });
};

what result do you expect? What is the error message actually seen?

Nov.29,2021

https://www.ag-grid.com/javas.
this is the built-in component of the table editing interface

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-1b30ff4-2bd88.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-1b30ff4-2bd88.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?