PublicisSapient / enable-a11y

MIT License
11 stars 5 forks source link

Tech: A demo that combines the sortable and pagination table. #93

Open zoltan-dulac opened 5 months ago

zoltan-dulac commented 5 months ago

We don't have an example of combining the sortable and pagination table. I remember I tried doing this a long time ago but there was a snag and meant to revisit but didn't. This ticket would involve doing that.

This ticket would involve:

Neha-Singla commented 3 months ago

Adding the WIP MR: https://github.com/PublicisSapient/enable-a11y/pull/188

Neha-Singla commented 2 months ago

Hi @zoltan-dulac Please find the below inputs of this ticket. http://localhost:8888/sortable-and-pagination-table.php --Page to see functionality on local

PR: https://github.com/PublicisSapient/enable-a11y/pull/188 Basically, the existing sorting and pagination library is combined and changes are made in dom so that sorting is working along with Pagination.

Pending Items:

  1. on changing the order of sorting, page refresh is not working properly.Need to integrate the pagination render table function after sorting is done.
  2. he documentation part is pending.
  3. adding the unit testcases 4.Accessibility testing