I am very new to ASP.NET Core MVC in C#. I have 2 datagrids or data table in a window arranged horizontally. I have some buttons arranged between the 2 grids.
How to create a UI as shown below? Please help me. It is in the Razor .cshtml view.
Something like this:
<div class="card-body">
<table class="table display table-bordered" id="DATATABLE">
</table>
</div>

