Level 40
I use Bootstrap-Vue to great effect:
https://bootstrap-vue.js.org/docs/components/table
It makes building tables from AJAX data a breeze, and can handle rough but fast searches and pagination, on moderate amounts of data.
Typically I use this to prototype pages, and then enhance later as needed.
1 like