Skip to content

Sorting column with null freezes #251

@croo

Description

@croo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions