intermine / im-tables

Dynamic Result Table Library
Other
9 stars 27 forks source link

changes input.size() to input.length in pagination.coffee #235

Open Saffafatima12 opened 3 years ago

Saffafatima12 commented 3 years ago

ISSUE: Arbitrary page option doesn't work #227

I changed input.size() to input.length in src/views/table/pagination.coffee. This fixes the issue with the 'arbitrary page option button'.

This is my first PR in im-tables, so please do let me know if there are any mistakes in my submission, and I will be happy to correct them :)

Before change

err_1

After change

err_1_fixed