Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Updated TableRowClass to Func<TableItem, string> #122

Merged
merged 1 commit into from
May 18, 2020

Conversation

rdadkins
Copy link

@rdadkins rdadkins commented May 6, 2020

closes #119

Table.TableRowClass has been updated from Expression<Func<TableItem, string>> to Func<TableItem, string>. This should help in cases where there could be multiple row classes that Expressions aren't able to handle effectively.

This is a breaking change for users who explicitly set TableRowClass to a property or method - their code needs to be updated from Expression<Func<TableItem, string>> to Func<TableItem, string>.

@IvanJosipovic IvanJosipovic changed the base branch from master to dev May 18, 2020 01:23
@IvanJosipovic IvanJosipovic merged commit 20991d5 into IvanJosipovic:dev May 18, 2020
@IvanJosipovic
Copy link
Owner

Sorry for the delay, thank you for the PR :)

@IvanJosipovic IvanJosipovic mentioned this pull request May 18, 2020
IvanJosipovic added a commit that referenced this pull request May 18, 2020
Adding linker config to fix Table Footer feature
Breaking Change - Updated TableRowClass to Func<TableItem, string> #122 (Thanks to @rdadkins)
NuGet update
.Net Core update to 3.1.202
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reason for TableRowClass being an Expression?
3 participants