eisenbraun / columns

A jQuery plugin that converts JSON data into searchable, sortable, HTML tables
http://eisenbraun.github.io/columns
MIT License
104 stars 47 forks source link

external URL/API #29

Closed Frontend-Head closed 5 years ago

Frontend-Head commented 6 years ago

Hello,

is it possible to address an external URL or API? I'm afraid I can't find a way.

z. B: https://api.hotslogs.com/Public/Players/1/Benthor_1644

I'm hoping for an answer. Thank you

eisenbraun commented 5 years ago

This version of Columns only works with arrays of objects and does not retrieve data from external source. It maybe possible to use an external URL, but it would need to be retrieved $.ajax before calling the columns plugin.

Furthermore this version of Columns is no longer maintained.