I want to display a table like this:

And use Divider I can only get this so far
t=Table[x, {10}, {10}];
Grid[t,
Dividers -> {{{{True, False}}, {-1 -> False,
1 -> False}}, {{{True, False}}, {-1 -> False, 1 -> False}}}]

How can I remove the extra part of the divider?


