Skip to content

Removing column does not update column's index #3

@kanitw

Description

@kanitw

For example, after initializing a table,

$scope.dataTable[2].index will return 2.

However, after running $scope.dataTable.removeColumn(2)

$scope.dataTable[2].index will return 3. (and same for every column after the removed one.)

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