Single Row selection with checkbox

Single Row selection with checkbox

pethmanipethmani Posts: 2Questions: 1Answers: 0

Problem:
We are already using DataTables 1.1.2 and now want to implement single row selection with checkbox with lastest data table js framework and i used below sample link to implement.
https://datatables.net/extensions/fixedcolumns/examples/integration/select-checkbox.html

I downloaded all js files and css files and used in my application and its not working its conflicting with existing js and css files.
and checkbox is not displaying and event if its display checkbox not able to select checkbox.
If i use below cdn files directly its working no issue.


<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/select/1.3.1/css/select.dataTables.min.css" />

I am not sure how to resolve this issue please provide the solution like which data table js and css need to download and use it.

Answers

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,770

    Its hard to say what the problem is without seeing it. Please post a link to your page or a test case replicating the issue so we can take a look.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

  • pethmanipethmani Posts: 2Questions: 1Answers: 0

    see attached image from chrome console and juery-3.5.1.js file conflicting juery-ui-1.10.4.js file.

    Please help me out what kind of issue this.

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,770

    There is nothing in that error to suggest an issue with Datatables. As I said we will need to see the problem to help troubleshoot.

    Kevin

This discussion has been closed.