Deniz Alpaslan
Deniz Alpaslan
Nope. It now gives `Exception="System.TypeLoadException" ExceptionDetail="System.TypeLoadException: Could not load type 'Microsoft.AspNetCore.Razor.Parser.ParserBase' from assembly 'Microsoft.AspNetCore.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'` which is caused by a breaking change introduced with .NET core 2.0
@matthid & @conniey any timeline for this update? I'm mentioning you because I see you guys as the top two contributors. Thanks
By default, tanstack table uses row index to keep track of selected rows. You can change that behavior using getRowId callback. Inside useDataTable hook: ```typescript const table = useReactTable({ //......