l-lin / angular-datatables

DataTables with Angular
https://l-lin.github.io/angular-datatables/
MIT License
1.57k stars 486 forks source link

KeyTable Support Extension #1659

Closed lypefm closed 2 years ago

lypefm commented 2 years ago

:rocket: Feature request

Is your feature request related to a problem?

Integration with the KeyTable extension

A clear and concise description of what the problem is.

Problems in being able to integrate the KeyTable library with the angular-datatable module

Describe the solution you'd like

Navigate the table with keyboard arrows.

shanmukhateja commented 2 years ago

Hello,

There isn't an official way for integrating plugins with this library.

All you have to do is include the extensions' JS and CSS files in angular.json and use the extension-specific initialization code in dtOptions.

In your case, npm install the extension & use keys: true in dtOptions to initialize the extension.

Hope that helps, I'm closing this issue now.