Tagged Questions
0
votes
0answers
82 views
Display a JSON-string as a table [closed]
I'm totally new to JSON, and have a json-string I need to display as a user-friendly table.
I have this file, http://ish.tek.no/json_top_content.php?project_id=11&period=week, witch is showing ...
1
vote
1answer
150 views
Need a table that can sort, lock
I need table that will be able to:
sort
lock columns
lock the header row
resize columns
scroll
if possible can add/remove columns.
Was hoping to able to do this with jquery / html5 and have all ...