-
Notifications
You must be signed in to change notification settings - Fork 358
Open
Description
Hi!
Column sorting fails when null value exists in a column.
The console error: TypeError: bAttr is null
and the label "Processing..." is shown on the center of the table.
My dynatable setup:
$.dynatableSetup({
features: {
paginate: false,
sort: true,
pushState: false,
search: false,
recordCount: true,
perPageSelect: false
}
});
cheers (awesome lib btw)
Metadata
Metadata
Assignees
Labels
No labels