frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
1.02k stars 163 forks source link

[BUG]: Unable to Select Cell in Report when clicking on the Cell #108

Open adityaduggal opened 4 years ago

adityaduggal commented 4 years ago

Unable to click on the cell of a report its not getting selected. The issue is coming on the js console as well and the console error is below:

Uncaught TypeError: $cell is null
    clearSelection frappe-datatable.cjs.js:2910
    clearSelection frappe-datatable.cjs.js:2910
    focusCell frappe-datatable.cjs.js:2741
    bindMouseEvents frappe-datatable.cjs.js:2684
    delegate frappe-datatable.cjs.js:74
    delegate frappe-datatable.cjs.js:70
    on frappe-datatable.cjs.js:55
    bindMouseEvents frappe-datatable.cjs.js:2682
    bindEvents frappe-datatable.cjs.js:2553
    CellManager frappe-datatable.cjs.js:2545
    initializeComponents frappe-datatable.cjs.js:5609
    DataTable frappe-datatable.cjs.js:5556
    render_datatable query_report.js:750
    refresh query_report.js:609
    promise callback*refresh query_report.js:557
    throttle desk.min.js:5070
    onchange query_report.js:480
    set base_control.js:158
    promise callback*frappe.run_serially/< desk.min.js:1004
    run_serially desk.min.js:1002
    set base_control.js:151
    validate_and_set_in_model base_control.js:173
    parse_validate_and_set_in_model base_control.js:141
    setup_awesomeplete link.js:229
    jQuery 8
    make_input link.js:39
    Class.extend/proto[name]</< desk.min.js:65
    make_input base_input.js:60
    refresh_input base_input.js:87
    refresh base_control.js:85
    add_field desk.min.js:6850
    filters query_report.js:450
    setup_filters query_report.js:447
    refresh_report query_report.js:338
    promise callback*frappe.run_serially/< desk.min.js:1004
    run_serially desk.min.js:1002
    refresh_report query_report.js:337
    load_report query_report.js:130
frappe-datatable.cjs.js:2910:27

Let me know if more details for the error are needed.