Skip to main content

3 posts tagged with "Documentation"

Updates regarding new documentation added

View All Tags

Data table component documentation available

· One min read
Dima Vyshniakov
Koval UI creator & maintainer

Did you know that Koval DataTable is capable of rendering, editing and sorting table-like arrays of data with more than 50 000 rows?

The DataTable component is a powerful, flexible, and accessible grid for displaying large amounts of tabular data. It supports virtualization for handling huge datasets seamlessly, along with pagination and customizable processing models.

See full DataTable docs.

Article about input validation

· One min read
Dima Vyshniakov
Koval UI creator & maintainer

Client-side input validation is now a cornerstone of user-friendly design. Of course, business-critical validation should happen on the backend. But by catching errors on the front end, developers avoid the “round trip” to the server, which saves time and prevents the existential dread of a 500-error page.

But here’s the irony: we’ve somehow managed to complicate things again. Many popular validation libraries today duplicate functionality already built into modern web browsers. Developers frequently find themselves reimplementing or working around native browser form validation features, rather than using them directly.

Throwback from this summer, I wrote an article explaining how to validate user input in Koval UI.

New chapters

· One min read
Dima Vyshniakov
Koval UI creator & maintainer

I added three new chapters to the documentation: Locale-aware formatting, Floating components, Media and Embeds.

Also, I split and extended with new info the previous Apply theme page into the Theme and style chapter.

  • Locale-aware formatting is about various components that allow displaying dates, numbers, units, country and currency names localized and properly formatted.
  • Floating components are rendered on top of the main content flow, thus gaining more user attention. This behaviour is useful for varios notifications, modal and navigation elements.
  • Media and Embeds contains components designed to embed external content such as images, videos, audios, maps, and other web pages within your application.