-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
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.

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:

Metadata
Metadata
Assignees
Labels
No labels