
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
vue-projection-grid
Advanced tools
```vue <template lang="pug"> .grid-example .filter-container .grid-container grid(config="gridConfig", grid-dataSource="gridDataSource") scroll(view-port={{window}} virtualized header.sticky={{ {offset => () => { // calculatin
To build the library:
npm run build
To build the basic demo:
npm run demo
To start the dev page with hot reloading
npm run dev
To run all tests
npm test
To generate doc file based on jsdoc
npm run jsdoc
coverage threashold is defined in the root package.json. Default test task will check the coverage.
<template lang="pug">
.grid-example
.filter-container
.grid-container
grid(config="gridConfig", grid-dataSource="gridDataSource")
scroll(view-port={{window}} virtualized header.sticky={{ {offset => () => {
// calculating offset
}} }})
filter(v-bind:conditions="filters")
.pagination-control-container
</template>
<script>
import VueProjectionGrid, { ScrollingPlugin, FilterPlugin } from 'vue-projection-grid';
export default {
components: {
grid: VueProjectionGrid,
scroll: ScrollingPlugin,
filter: FilterPlugin,
},
data() {
return {
gridConfig: {
tableClasses: ['bingadsgrid'],
columns: [
// ...columns
],
},
gridDataSource: query => {
// ...fetching data
},
}
},
computed() {
filters() {
// get filters from external filter controls
}
}
}
</script>
FAQs
```vue <template lang="pug"> .grid-example .filter-container .grid-container grid(config="gridConfig", grid-dataSource="gridDataSource") scroll(view-port={{window}} virtualized header.sticky={{ {offset => () => { // calculatin
The npm package vue-projection-grid receives a total of 1 weekly downloads. As such, vue-projection-grid popularity was classified as not popular.
We found that vue-projection-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.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.