SSP - Potential Issue with Checkbox Rendering in Responsive Modal

SSP - Potential Issue with Checkbox Rendering in Responsive Modal

FeRRumFeRRum Posts: 2Questions: 0Answers: 0

Link to test case: https://live.datatables.net/xemewovu/8/edit
Description of problem:
I'm encountering an issue while using DataTables with server-side processing and responsive features

Issue:

  1. Checkbox Rendering in Modal: I'm observing that checkboxes are rendering as [object HTMLInputElement] when displayed in the responsive modal. How can I prevent this and ensure proper rendering?

  2. Selection with Checkbox Only: I'd like to restrict row selection to only occur when clicking the checkbox. Currently, it seems to select rows even when clicking outside the checkbox area. How can I enforce selection only through checkboxes?

  3. Header Checkbox Not Showing: Despite setting headerCheckbox: true, the header checkbox for select/deselect all functionality is not displaying. What could be causing this behavior?

Replies

  • FeRRumFeRRum Posts: 2Questions: 0Answers: 0
    edited March 15

    I have solved my first and second question only 3rd not sure how to achive as it works with any other data different from SSP.

Sign In or Register to comment.