SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 384 forks source link

Linking paginator to mattable #553

Open yoadster opened 4 years ago

yoadster commented 4 years ago

Hi, hope you can help. I've got the paginator component and table component on a page and I want to disable the one that is displayed with the table (pretty simple) and use the standalone component. I have managed to deal with the item count and items to display....I just for the life of me cannot link the action page navigation (forwards and back) to it.....any help would be greatly appreciated.

enkodellc commented 4 years ago

From looking at the code I don't think MatTable has enough methods expose to use it externally. I do know there is a new version of MatTable in development so maybe that will have some additional features.