l-lin / angular-datatables

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

My angular datatable is working fine but all click methods are working only in desktop view but in responsive view for mobile and desktop click function is not working in angular. #1572

Closed indranilc98 closed 3 years ago

indranilc98 commented 3 years ago

responsive: { details: { renderer: Responsive.renderer.listHiddenNodes() listHiddenNodes() } after this command, in responsive view is working but the data is not loading properly. First row data is showing for every row.