Enterprise-Grade Web Apps

cesarzeaUncategorized Leave a Comment

In the corporate world, the true value of a software solution is measured by its ability to transform complex processes into efficient, reliable, and scalable operations. The applications showcased here are not just good-looking interfaces — they represent robust, production-ready business tools used daily by organizations to run critical workflows, handle massive datasets, and deliver seamless user experiences. Each example …

Sencha ExtJs Ext.field.Number Internationalization

cesarzeaExtJs, JavaScript Leave a Comment

This Ext.field.Number override adds the property showThousandSeparator, whose default value is true, which is a flag indicating that this component should show the thousands separators in the number.

Also using the already existing properties decimals and decimalSeparator allows to display and edit the numbers according to the following two international formats.

Sencha ExtJs 7 Modern Grid Stateful PlugIn

cesarzeaExtJs, JavaScript 4 Comments

It is not uncommon for users to want to see the data grid as they left it the last time they used it. For this, Sencha supposedly implements the “stateful” functions, nor I, not those to whom I have asked with , have not been able to find how to use these functions in the grids, even more so with the Modern version .