sd1337 / adminlte-2-react

49 stars 24 forks source link

Datatable Issue #20

Open theprincemohit opened 4 years ago

theprincemohit commented 4 years ago

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>