Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add GetTableColumns static method on Utility class #615

Merged
merged 11 commits into from
Mar 7, 2023
Merged

Conversation

ArgoZhang
Copy link
Collaborator

@ArgoZhang ArgoZhang commented Mar 6, 2023

add GetTableColumns static method on Utility class

Description

close #614

@bb-auto bb-auto bot added the enhancement New feature or request label Mar 6, 2023
@bb-auto bb-auto bot added this to the V7.5.0 milestone Mar 6, 2023
@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Merging #615 (3a407e8) into main (896c390) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #615   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          470       471    +1     
  Lines        14933     15017   +84     
=========================================
+ Hits         14933     15017   +84     
Impacted Files Coverage Δ
...trapBlazor/Components/Table/InternalTableColumn.cs 100.00% <ø> (ø)
...or/Components/DateTimeRange/DateTimeRange.razor.cs 100.00% <100.00%> (ø)
...apBlazor/Components/EditorForm/EditorForm.razor.cs 100.00% <100.00%> (ø)
...trapBlazor/Components/Table/Table.razor.Toolbar.cs 100.00% <100.00%> (ø)
...rc/BootstrapBlazor/Components/Table/Table.razor.cs 100.00% <100.00%> (ø)
...BootstrapBlazor/Dynamic/DataTableDynamicContext.cs 100.00% <100.00%> (ø)
src/BootstrapBlazor/Utils/Utility.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@ArgoZhang ArgoZhang changed the title feat: add GetTableColumnsByType static method on Utility class feat: add GetTableColumns static method on Utility class Mar 6, 2023
@ArgoZhang ArgoZhang merged commit 6063d73 into main Mar 7, 2023
@ArgoZhang ArgoZhang deleted the test-dev branch March 7, 2023 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add GetTableColumnsByType static method on Utility class
1 participant