SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 295 forks source link

Refactor rowIndex updates for extensibility. #1390

Closed jsonn closed 5 years ago

jsonn commented 7 years ago

The existing logic for the even/odd class handles 90% of what is necessary for serial / row numbering. Extending the new setRowIndex function makes the functionality of #382 much simpler, i.e. a query for the specific column and changing the innerHTML property.