Skip to main content

Posts

Showing posts with the label datatable

Angular-6-datatable [Pagination, Sort, Sorting, Table in Angular]

The “ angular-6-datatable ” will provide the table component with sorting and pagination for Angular 6. If you want to use the datatable in Angular 6 applications, try the following steps. 1.             Install to  Angular-6-datatable  using command “ npm i angular-6-datatable –save ” 2.             Import the data table module “ DataTableModule ” in your app module 3.             Prepare your collection list which you want to display on table in your angular application 4.             You must use this bootstrap CSS  file in your component file for display buttons and so in data-table UI. 5.             Used the data table properties [ mfData ], # mf ,  mfDefaultSorter  , [...