Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.28 KB

Effectively handling Huge Datasets: Developing a Server-Side Table for Vue.js Using AG Grid

AG Grid is a highly performant and feature-rich JavaScript grid library that provides solutions for displaying large amounts of data in tabular form on the web. It works seamlessly with popular frameworks and libraries such as Angular, React, Vue, and plain JavaScript. AG Grid stands out for its extensive set of features, including but not limited to sorting, filtering, grouping, pagination, inline editing, and exporting data, making it a popular choice for developers needing to handle complex data grids in their applications.

For more details, read the article on Medium.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint