PDOCrud Show specific crud columns and rename column

  
                            $pdocrud = new PDOCrud();
                            $pdocrud->colRename("first_name", "client name");
                            $pdocrud->crudTableCol(array("first_name","last_name"));
                            echo $pdocrud->dbTable("users")->render();
                            

Users

Showing 1 to 10 of 20 entries

# client name Last name Actions
1
2 dedw dsa
3
4 toto toto
5 dsfsdf sdfsd
6 xxxxx yyyy
7
8
9
10
# client name Last name Actions