Two possibilities:
1) Your tablet may already come with (or you can buy one easily for Windows based tablet) an Ethernet connector (via USB or USB-C) and all you need to do is to assign your tablet's Ethernet port with a static IP address as well as a static IP address on the PLC (both should be on the same subnet. E.g. PLC=192.168.1.5, tablet=192.168.1.10). Now it is essentially plug and play using a standard network CAT5 cable with RJ45 plugs on both ends. You can either run i-TRILOGI to program the PLC, or run a browser webpage with content loaded from the PLC's web pages that you have preloaded into the PLC. You can of course always write a Visual C, Visual Basic, or Java program to create a custom software interface for your PLC and communicate with it via the Ethernet port. That software will run on your tablet directly.
2) Since you have a Windows tablet you can easily connect a USB-RS232 or USB-RS485 (U-485
http://www.triplc.com/u485.htm) to the PLC's RS232 or RS485 port. That way you can run TLServer and use i-TRiLOGI to program the PLC. You may not be able to run browser webpage from the PLC, unless the webpages are loaded into the TLServer web file space.
If you adopt solution 2), then most likely you want to write a custom GUI in C, C# etc to communicate with the PLC via the serial port. Your program of course need a way to either recognize the COM port number or let user select the COM port from drop down menu and memorize it. Thereafter it is more or less plug and play as well.