Creating Custom Columns in ASP.Net Razor Ajax Pages

Creating Custom Columns in ASP.Net Razor Ajax Pages

eSNAKEeSNAKE Posts: 1Questions: 1Answers: 0

Hi,

I'm using dataTables in my web app and it is so great. I managed to create server-side object data source using entity frameworks in ASP Razor pages.

However I want to also create custom columns with buttons (easy part) or dropdowns and complex Html tags using Helpers (I don't want to create them in js codes).

The question is anyone knows a good source for learning how to use dataTables with ASP pure razor pages (not MVC) and creating custom columns in my Ajax page?

Thanks.

This discussion has been closed.