WEBIX JAVASCRIPT LIBRARY BLOG

UI development best practices, front-end programming tips and news to speed up your Web development.

Follow us:

Write for us: learn about our guest posts guidelines.

Creating a Time Tracker App with Webix UI

Time is one of the most precious resources. If you know how to properly manage this resource you will be able to organize your team work more efficiently. And as a result, it will affect your company’s success.

In this article, we will create a small Time Tracker app based on Webix UI components. I hope it will help you to manage the time of your employees in a more effective way.

You can find the full source code and live demo here.

Webix Time Tracker

Filtering Data Using DateRangepicker with Paging and Preset Intervals

Quite often programmers face the necessity to filter large datasets by various periods of time whether it is a decade, year or a custom period. A vivid example here would probably be Webix Inventory App where we implemented such a solution with the help of the DateRangePicker and Richselect components. So in this tutorial we are going to build a control that will help you to filter multi-page data by certain date intervals.

1 2 3 4 19