mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 14:37:33 -04:00 
			
		
		
		
	* Vue DataTables * Vue Datatables - Pagination * Sort Vue Tables * Working on Vue Datatables * Apply filter to vue table * Search implementation for vue datatables * Clean up
		
			
				
	
	
		
			20 lines
		
	
	
		
			746 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			746 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <table class="action" align="center" width="100%" cellpadding="0" cellspacing="0">
 | |
|     <tr>
 | |
|         <td align="center">
 | |
|             <table width="100%" border="0" cellpadding="0" cellspacing="0">
 | |
|                 <tr>
 | |
|                     <td align="center">
 | |
|                         <table border="0" cellpadding="0" cellspacing="0">
 | |
|                             <tr>
 | |
|                                 <td>
 | |
|                                     <a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank">{{ $slot }}</a>
 | |
|                                 </td>
 | |
|                             </tr>
 | |
|                         </table>
 | |
|                     </td>
 | |
|                 </tr>
 | |
|             </table>
 | |
|         </td>
 | |
|     </tr>
 | |
| </table>
 |