ahmedtolba1984
ahmedtolba1984
just any Startup of downloaded sample with the new middlewere ` public class Startup { private const string _defaultCorsPolicyName = "localhost"; private const string _apiVersion = "v1"; private readonly IConfigurationRoot...
@ismcagdas The most important lines are these `app.UseAuthentication(); app.UseMiddleware();`
@ismcagdas Any Updates?
@ismcagdas Thanks, waiting your feedback :)
@ismcagdas Any Updates?
@swmal Thanks for your feedback, I tried to apply your solution by autofitting the first 1000 rows but it didn't give me accurate result ```const int maxRowsToFit = 10000; for...
Hi @edwardstumpf @ismailhabib Have you solved this issue as i am facing the same issue with Google Chrome?