
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
wa-vue-grid
Advanced tools
A vue-grid component that shows a table grid.
npm install --save-dev wa-vue-grid
Include the script file.
<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/wa-vue-grid/dist/vue-grid.min.js"></script>
<script type="text/javascript">
Vue.use(VueGrid);
</script>
import VueGrid from 'wa-vue-grid';
<vue-grid :config="myConfig"></vue-grid>
{
myConfig: {
search: "http://mydomain:port/api", //=> format json
pagination: {
enabled: true,
perPage: 10,
rangePage: 8,
search: {
page: "_page", //ex: "http://mydomain:port/api?_page=1&_limit=10"
perPage: "_limit"
}
},
filter: true,
sortProperty: "col1",
columns: [
{ name: "col1", display: "Column 1", sort: true },
{ name: "col2", display: "Column 2" }
],
rows: []
}
}
FAQs
Component vue-grid with vuejs
We found that wa-vue-grid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.