Published in Bryntum·Jul 21What’s new in Bryntum 5.1.0We are super happy to announce the new 5.1 release of our Bryntum web component suite. In this update, you will find a new Row Expander feature, improved nested events support, and much more. We also spent a lot of time improving our documentation and onboarding. Onboarding For the past 5…Java Script4 min read
Published in Bryntum·Apr 113 ways to style radio buttons with modern CSSStyling native radio input elements cross-browser is a bit more painful than it should be. Over the years, lots and lots of blogs have discussed this topic and provided various styling workarounds. Most solutions involve showing additional pseudo elements such as [type=radio]:checked::before { content: ""…CSS3 min read
Feb 23Announcing Bryntum Suite 5.0Today we are very happy to announce the new 5.0 release of our Bryntum web component suite, after more than a year of development. It is packed with new features as well as cool new demos, and in this post I will give an overview of the biggest enhancements. …Web Development8 min read
Oct 20, 2021How I made Google’s data grid scroll 10x faster with one line of CSSIn my company, we use Google Search Console to check indexing status and optimize visibility of our websites. You can also check which external websites link to your page, and as I was browsing the “Top linking sites” page I noticed major scroll lag. …Web Development4 min read
Published in Bryntum·Aug 17, 2021Announcing technical preview of Siesta 6Today we are thrilled to announce the availability of a technical preview of a new major version of our Siesta testing tool. The siesta-6.0.0-alpha is now available on npm. Version 6 is a complete rewrite, using a modern technology stack and incorporating more than a decade of test driven development…5 min read
Aug 17, 2021Announcing technical preview of Siesta 6 | BryntumToday we are thrilled to announce the availability of a technical preview of a new major version of our Siesta testing tool. The siesta-6.0.0-alpha is now available on npm. Version 6 is a complete rewrite, using a modern technology stack and incorporating more than a decade of test driven development…5 min read
Published in Bryntum·Sep 6, 2019Five Fast JavaScript Data Grids — A Performance ReviewIt is hard to imagine a modern web app that does not involve a data grid component to display and filter the data. In this article, we compare the performance of some of the most popular JavaScript grid components on the market, measuring both the initial render time and the…Java Script6 min read
Published in Bryntum·Sep 27, 2018Integrating Bryntum Scheduler with AngularThe Bryntum Scheduler is written in plain JavaScript, it is not based on any framework. This means it can be used with any Angular version and ships (starting with upcoming version 1.0.3) with demos for Angular 1, 2, 4, 5 and 6. …Angular 23 min read
Published in Bryntum·Sep 13, 2018Announcing Our New Component SuiteWe are very happy to announce the new Bryntum Grid and Bryntum Scheduler, the first two components in a brand new suite of UI components created by the dev team at Bryntum. The main goals for this new suite are: Should work with any popular framework like React, Angular and…Java Script5 min read
Published in Bryntum·Mar 28, 2018Loading non-critical third party javascriptWhen building a web site or app these days, there are infinite amount of third party javascript libraries and SaaS services to help you. These tools can seriously accelerate your development since you don’t have to constantly reinvent the wheel. …Java Script3 min read