noah-severyn / SC4PropTextureCatalog

The definitive visual Prop and Texture guide for SimCity 4 modders. The list is dynamically sortable and searchable to best find the exact prop or texture needed.
https://sc4proptexturecatalog.azurewebsites.net/
Apache License 2.0
2 stars 0 forks source link

Unhide rows by search results #19

Closed noah-severyn closed 3 years ago

noah-severyn commented 3 years ago

Optimized table loading. Every table tr is style='display:none' on initial page load. Also only filter the table if seachString is > 3 characters in length. Closes #7