build() 공개 메소드

public build ( ) : DatatableService
리턴 OpenSkill\Datatable\DatatableService Will return the fully built DatatableService that will contain the ColumnConfiguration
 /**
  * Will test if the service can be built without problems
  */
 public function testBuild()
 {
     $service = $this->composer->build();
 }