1

Is this possible to use row reorder with angular-datatables ? I am using angular-datatables npm for display data in table, i need to do row reorder task in may angular-datatables's table how its possible.

i am used listing like https://l-lin.github.io/angular-datatables/#/basic/angular-way and need listing like https://editor.datatables.net/examples/extensions/rowReorder

Thanks in advance.

1 Answer 1

0

Browser For inclusion of this library using a standard tag, rather than using this package, it is recommended that you use the DataTables download builderDataTables download builder which can create CDN or locally hosted packages for you, will all dependencies satisfied.

npm

npm install datatables.net-rowreorder-dt

var $ = require( 'jquery' );
require( 'datatables.net-rowreorder-dt' )( window, $ );

bower

bower install --save datatables.net-rowreorder-dt

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.