CODE :

            
                <table class="ediTable">
                </table>
                <script>
                    $(".ediTable").ediTable({
                        json:{
                            body:jsonArray,
                        },
                        sortable:true
                    });
                </script>
            
        

RESULT :