Skip to content

Third column not working and undefined index #22

@Skotpionx

Description

@Skotpionx

I have 2 issues. First, when you're on the demo page, the third column cannot be resized. I've looked, and there's nothing that mentions that it's intentionally designed this way.
issuebug

I'm also experiencing issues when applying it to a table in my project. It's a table created via JavaScript, and after it's created, I apply the following function:

$('#table').DataTable({
  ordering: true,
  searching: true,
  info: false,
  paging: false,
  colResize: {
    isEnabled: true,
    saveState: false,
    hoverClass: 'dt-colresizable-hover',
    hasBoundCheck: true,
    minBoundClass: 'dt-colresizable-bound-min',
    maxBoundClass: 'dt-colresizable-bound-max',
  },
});

Every time I try to make a column larger, I get the following error in the console:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions