I'm creating a simple system to test the operation of Delphi with WebService REST, the first test is a search of data in the database that in this case is working everything right, only that when the data is loaded in the DBGrid the visualization gets horrible , I would like to know if you can customize the display of this information by changing the name and size of the columns.
DBGrid:
Asyoucansee,itgetsverybadwiththesegiantfieldsforlittleinformationandthesecolumntitlesgetthenamethatcomesfromWS.
IusedtheRESTDebuggertooltodothisWScommunicationwiththeGrid.