/angular-table-fixable

Flexible angular table for working with differents api

Primary LanguageTypeScript

Angular fixeble table

PREVIEW - https://angular-table-inicium.netlify.app/

Flexible angular table for working with differents api

изображение изображение

About functionality of the app:

RU

Инструкция по запуску:

  1. Склонировать репозиторий - git clone <repo name>
  2. Выполнить команду в консоли от корня приложения - npm i
  3. Выполнить команду запуска приложения - npm run start
  4. Перейти в Chrome на http://localhost:4200/
  5. Фильтрацию (поиск) по данным таблицы можно осуществить воспользовавшись инпутом в верхнем правом углу окна приложения
  6. Сортировку (default, asd, desc) можно осуществить кликая по заголовку каждой из колонок хедера таблицы.
  7. После изменения данные сохраняются в LocalStorage. Получить исходные данные можно очистив LocalStorage

EN

Start instructions:

  1. Clone the repository - git clone <repo name>
  2. Run the command in the console from the root of the app - npm i
  3. Run the app start command - npm run start
  4. Go to Chrome to http://localhost:4200/
  5. The filtering can be done by using the input at the right top of the window
  6. The sorting can be done by clicking by on the header of each column of the header table
  7. After the change, the data is saved in LocalStorage. To get source data you need to clear the LocalStorage.