frank004
Joined 10/13/2016
frank004 said almost 7 years ago on DataTables :

can you make a part 2 of this where you add style to the content and links. Thank you


frank004 said almost 7 years ago on DataTables :

I like to keep my markup and style out of the controller and Models.

In this example Im adding 2 Data base Table column to one  View Table with the Project name as the column and the manager as a small span. How can I  recreate this with the json technic.

Example Data:

Table

Project | Date | Actions
Project Name, project manager  | 11/20/2011 | edit, change status action, delete

<tr>

    <td class="cell_stuff" ><%=link_to project. project, class: "stuff_link"%>

     <span class="stuff"> <%= project.manager.full_name%> </span>

</td>



frank004 said almost 7 years ago on DataTables :

Perfect. will check that out.

FYI. Check your site permisión Display UI view. I can see the Delete Edit on your comment.


frank004 said over 6 years ago on Capturing Signatures with Signature Pad :

Will love to see a converting signature and  store it like a img


frank004 said over 6 years ago on Basic Testing Introduction in Rails :

Plis more test tut. I have taken like 4 curse and this episode explain.