Выбор времени и даты – частая задача в современной веб-разработке. Простой и интуитивно понятный интерфейс является залогом успешной коммуникации между вашим приложением и пользователями.
Managing a project in software development is a challenging task: there are always lots of issues to face, team members who need to be controlled, deadlines that should be met in a timely manner, and tons of critical details that affect the whole project development. In this environment, time-saving practices take the stage and play a critical role: the better you master them, the higher the chances to successfully complete a project.
Performance is a key feature of modern web applications. It is a mountain you have to climb to win your customer’s heart, but sometimes its top remains unreachable due to heavy tasks the application has to perform on the client side.
Take, for instance, Webix Pivot table JS widget. It does a hard job of calculating and aggregating data and may leave the UI unresponsive if the data is too big. Fortunately, from version 4.2 the widget comes supplied with an HTML5 Web Worker, which takes all the data processing into a separate thread.
Everyday millions of employees have to analyze complex data, create reports. Pivot table is a perfect web solution for those professionals who work with huge amounts of data.
Learn about our guest posts guidelines