Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

123
Views
Problem with showing checkboxes in script

After displaying the rows, I don't see the corresponding checkboxes on the rows with records..

When I create subtasks and display the delete rows button, I don't see the appropriate checkboxes to delete those rows, could someone help me find the error? Thank you.

show code

e
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Assigne the rowID, and whenever you want to edit a specific row, you will send the rowID with it:

<input type="checkbox" id="chk_1">
<input type="checkbox" id="chk_2">
<input type="checkbox" id="chk_3">

var checkBoxInfo = targetCheck.split('_');
//checkBoxInfo[0] => chk
//checkBoxInfo[1] => rowID
//How to edit a row? send rowID and value like this
//editRow(checkBoxInfo[1], 10)
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!