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

263
Views
Remove checkbox in datatable (JavaScript)

I am using data table but i do not require the checkbox column. How can i remove that checkbox field. Here's my code

responsiveHelper = undefined;
var activity = $("#view-activity");
var Activity = activity.DataTable({
  fixedColumns: true,
  stateSave: true,
  info: true,
  data : JSON.parse('{!! $activity ?? '' !!}'),
  dom : "<'row'"+
    "<'col-lg-6 col-md-6 mb-2'l>"+
    "<'col-lg-6 col-md-6 mb-2'f>>"+
    "<'card-body py-0'"+
    "<'table-responsive'tr>>"+
    "<'card-footer text-center'ip>",
  columns : [
    {
      data : "date",
      orderable : false,
    },
    {
      data : 'description',
      orderable : false,
    }
  ],
  order: []
});

----HTML----

Activity Log Date Description
about 4 years ago · Juan Pablo Isaza
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!