Lib for data table

Hey guys!

Does anyone know any free lib to handle data table?
Basically I need to render a table or list group with items based in a JS object/JSON. Each item must have a button action for edit or delete.
I’ve done it already once, but without any lib its very terrible to handle the data binding with some JS object.

Hi Samuel,

Have you explored/use JQuery datatables?

Hey Samuel,

You can check out this library - https://element.eleme.io/#/en-US/component/table#table. This is my personal preference.
But it is restricted only to Vue js. If you are okay with using Vue js, then it should be fine. Otherwise, I will look up other alternatives

Tabulator should also serve the purpose if its Vanilla js app

3 Likes