swimlane / ngx-datatable

✨ A feature-rich yet lightweight data-table crafted for Angular
http://swimlane.github.io/ngx-datatable/
MIT License
4.63k stars 1.68k forks source link

Adding ids in pagination elements. #1984

Open mariapaskova opened 3 years ago

mariapaskova commented 3 years ago

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior

Expected behavior

Reproduction of the problem

What is the motivation / use case for changing the behavior?

Currently, we are using ngx-datatable for displaying data. We are also using pagination and we have unit tests and QAs write automation tests. It's better to practice to use ids in tests, so that's the reason why we want you to add some ids in pagination. For example

image

Please tell us about your environment:

"@swimlane/ngx-datatable": "~19.0.0",

"@angular/core": "~10.2.4",

shyam-infraon commented 1 year ago

is this implemented?