Howard Richards

Results 36 comments of Howard Richards

I think the intention is to keep BlazorTable at .NET Standard 2.1 and referencing Blazor 3.x libraries for the moment so I don't think this PR can be accepted. @IvanJosipovic...

Having a look at this. The filter for dates does work provided the value is exact: ![image](https://user-images.githubusercontent.com/454494/132991197-7ca630a3-99e0-4d02-b8a6-8f88e3ff8832.png) ..or if you used a Greater Than or Less Than this does work:...

Not _really_ a bug since the `Row Number` is the row index of the table - **not** the `Id` field in the first column (which starts at 1). You can...

Agreed, I'll put in a fix to set the range on the box

Can you show the `` HTML including the relevant column - we can then put a test together and fix. Thanks

I had a look at this.. don't know how you got the filters to work when the actual column field would result in a `NullReferenceException` when it tries to get...

Yes I'm willing to contribute. On holiday right now so will be more available next week

I'm starting to look at issues and PRs. I'll prioritize PRs since they have put more effort and should be easier to clear down. Any I'm not sure about I'll...

Thanks for the pointers.. I've not used this before but might have to add to my own projects now.. :)

Agreed it might be confusing if someone used the ASP.NET hosted WASM project as to where the changes should be made.