Vue.js

What is Vue.js? Vue.js is a progressive JavaScript framework for building user interfaces. It is designed to be lightweight and easy to use, and can be integrated into your web project using a script tag. Vue.js uses a template-based syntax that allows you to declaratively render dynamic content, and can be used to build single-page … Continue reading

Vue.js: Create web table for 30 minutes

Welcome to Diatom Enterprises website! Very often in our work, we have to create components for working with Tables. Typically, a client needs a quick and easy way to create tables with sorting, filtering and pagination. In addition, tables must be versatile so that they could be used for small data sets as well as … Continue reading