I have a DataTable without lazy loading and paging enabled. Can I access to the requested page data before rendering for some extra modification on that specific page only ?
One can ask, why not modify before setting the data ?, because data coming from another table and requested data is already huge. Then why not go with lazyloading at all, architectural decisions. These are all valid questions, but not my question at all.