Method |
Description |
|
buttonAdd ( ) : string |
Return the HTML markup to display the add row button. |
|
buttonDelete ( ) : string |
Return the HTML markup to display the delete row button. |
|
classes ( ) : string |
Return a string with all additional class |
|
data ( ) : string |
Return a string with all additional data/attribute |
|
tbody ( ) : string |
Return the HTML markup for the body of the dynamic table |
|
tbodyRow ( null $item = null ) : string |
Return the HTML markup with value for the single cel of body table |
|
tfoot ( ) : string |
return the HTML markup for the footer of dynamic table |
|
thead ( ) : string |
Return the HTML markup for the head of the Dynamic table |
|