I wrote a simple jQuery plugin [1] based on DataTables [2] that fetches data from Kiva's API [3] and makes it filterable/sortable. (Being a jQuery plugin it makes it easy to add a table of sortable field partners to any HTML document [4]).<p>1: <a href="https://github.com/cristoper/jquery-KivaSort/" rel="nofollow">https://github.com/cristoper/jquery-KivaSort/</a><p>2: <a href="https://datatables.net/" rel="nofollow">https://datatables.net/</a><p>3: <a href="https://build.kiva.org/api" rel="nofollow">https://build.kiva.org/api</a><p>4: For example see section three of this article "Some thoughts on Kiva's interest rates": <a href="https://americancynic.net/log/2018/12/6/some_thoughts_on_kivas_interest_rates/" rel="nofollow">https://americancynic.net/log/2018/12/6/some_thoughts_on_kiv...</a>