Skip to content

Datatable Issue #20

@theprincemohit

Description

@theprincemohit

error on function orderToInternal(order)

TypeError: null has no properties

Please provide basic datatable example and also there is two different docs on two different link
Link 1 : https://www.npmjs.com/package/adminlte-2-react
Link 2 : https://www.npmjs.com/package/adminlte-2-react

Please check these two links and match datatable params
I am just using below code Please help me ASAP

<DataTable id="external-data" title="Movie List" columns="[{ title: 'Title', data : 'title' }]" data="[{ title: 'Conan the Barbarian' }]" order="[{ index : '0' , column : 'title', direction: 'desc'}]" options="{paging : true, lengthChange: false, searching: true, ordering: false} "></DataTable>

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